improve type read

This commit is contained in:
Perfare
2020-04-10 18:11:56 +08:00
parent 6678ce082b
commit 76d17bacf5
5 changed files with 114 additions and 289 deletions

View File

@@ -13,5 +13,6 @@ namespace AssetStudio
public List<TypeTreeNode> m_Nodes;
public byte[] m_ScriptID; //Hash128
public byte[] m_OldTypeHash; //Hash128
public int[] m_TypeDependencies;
}
}