mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-16 19:14:15 -04:00
Support 2020.2
This commit is contained in:
@ -663,7 +663,7 @@ namespace AssetStudio
|
||||
m_LocalKeywords[i] = reader.ReadAlignedString();
|
||||
}
|
||||
}
|
||||
m_ProgramCode = reader.ReadBytes(reader.ReadInt32());
|
||||
m_ProgramCode = reader.ReadUInt8Array();
|
||||
reader.AlignStream();
|
||||
|
||||
//TODO
|
||||
|
Reference in New Issue
Block a user