Update DUnityUtil.cs

This commit is contained in:
ALEXTANG
2023-07-19 17:33:21 +08:00
parent 8e3dd138a6
commit c1178e284b

View File

@@ -244,5 +244,10 @@ namespace TEngine
return find;
}
public static int GetHashCodeByString(string str)
{
return str.GetHashCode();
}
}
}