Support for SerializedFile version 22

This commit is contained in:
Zombie
2020-02-27 20:29:02 +10:00
parent cffe96b409
commit 509df42730
4 changed files with 18 additions and 5 deletions
+2 -2
View File
@@ -8,9 +8,9 @@ namespace AssetStudio
public class SerializedFileHeader
{
public uint m_MetadataSize;
public uint m_FileSize;
public long m_FileSize;
public uint m_Version;
public uint m_DataOffset;
public long m_DataOffset;
public byte m_Endianess;
public byte[] m_Reserved;
}