Added new entry

This commit is contained in:
Razmoth
2023-06-10 20:19:18 +04:00
parent 3806f1119e
commit f65451da33
3 changed files with 115 additions and 1 deletions

View File

@@ -169,6 +169,9 @@ namespace AssetStudio
case GameType.HelixWaltz2:
reader = ParseHelixWaltz2(reader);
break;
case GameType.AnchorPanic:
reader = DecryptAnchorPanic(reader);
break;
}
}
if (reader.FileType == FileType.BundleFile && game.Type.IsBlockFile())