This commit is contained in:
Razmoth
2023-05-06 09:46:35 +04:00
parent 85ab8eec3c
commit 8e0f97ce2d
34 changed files with 903 additions and 864 deletions

View File

@@ -17,5 +17,7 @@ namespace AssetStudio
public string m_KlassName;
public string m_NameSpace;
public string m_AsmName;
public bool Match(string hash) => Convert.ToHexString(m_OldTypeHash) == hash;
}
}