mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 13:05:21 +08:00
Convert cache_y.dat files to XML
This commit is contained in:
@@ -1012,6 +1012,11 @@ namespace CodeWalker.GameFiles
|
||||
return GlobalText.GetString(Hash);
|
||||
}
|
||||
|
||||
public string ToCleanString()
|
||||
{
|
||||
if (Hash == 0) return string.Empty;
|
||||
return ToString();
|
||||
}
|
||||
|
||||
public static implicit operator uint(MetaHash h)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user