Skip to main content

ResourcePair

Type Alias ResourcePair 

Source
pub type ResourcePair = (Vec<u8>, Option<Vec<u8>>, String);
Expand description

Result of GameResources::find_pair: (primary_data, companion_data, source_label).