mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-11 03:07:44 +00:00
YAML update
This commit is contained in:
@@ -55,6 +55,8 @@ ResExtractor PAKBridge::LookupExtractor(const PAK::Entry& entry)
|
||||
return {TXTR::Extract, ".png"};
|
||||
case SBIG('CMDL'):
|
||||
return {CMDL::Extract, ".blend", 1};
|
||||
case SBIG('MLVL'):
|
||||
return {MLVL::Extract, ".yaml"};
|
||||
}
|
||||
return {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user