mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-05-25 05:40:21 -04:00
Add Tuanjie WebFile support
This commit is contained in:
parent
e16046d775
commit
341612be16
@ -37,6 +37,8 @@ namespace AssetStudio
|
||||
return FileType.BundleFile;
|
||||
case "UnityWebData1.0":
|
||||
return FileType.WebFile;
|
||||
case "TuanjieWebData1.0":
|
||||
return FileType.WebFile;
|
||||
default:
|
||||
{
|
||||
var buff = ReadBytes(40).AsSpan();
|
||||
|
Loading…
Reference in New Issue
Block a user