- [Core] fix bug with parsing bundles [SR]

This commit is contained in:
Razmoth
2023-09-19 18:32:16 +04:00
parent 4fcc549f99
commit 2e3dcdc5d9
4 changed files with 8 additions and 4 deletions

View File

@@ -86,6 +86,7 @@ namespace AssetStudio
FileType.BundleFile => "UnityFS\x00",
FileType.BlbFile => "Blb\x02",
FileType.Mhy0File => "mhy0",
FileType.ENCRFile => "ENCR\x00",
_ => throw new InvalidOperationException()
};