Support 2020.2

This commit is contained in:
Perfare
2021-01-14 05:23:19 +08:00
parent e1cf36aa3c
commit 32ce032655
10 changed files with 85 additions and 29 deletions

View File

@ -663,7 +663,7 @@ namespace AssetStudio
m_LocalKeywords[i] = reader.ReadAlignedString();
}
}
m_ProgramCode = reader.ReadBytes(reader.ReadInt32());
m_ProgramCode = reader.ReadUInt8Array();
reader.AlignStream();
//TODO