Skip to content

Commit

Permalink
Add Tuanjie WebFile support
Browse files Browse the repository at this point in the history
  • Loading branch information
aelurum committed Jan 12, 2025
1 parent e16046d commit 341612b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AssetStudio/FileReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ private FileType CheckFileType()
return FileType.BundleFile;
case "UnityWebData1.0":
return FileType.WebFile;
case "TuanjieWebData1.0":
return FileType.WebFile;
default:
{
var buff = ReadBytes(40).AsSpan();
Expand Down

0 comments on commit 341612b

Please sign in to comment.