mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
Update DUnityUtil.cs
This commit is contained in:
@@ -244,5 +244,10 @@ namespace TEngine
|
||||
|
||||
return find;
|
||||
}
|
||||
|
||||
public static int GetHashCodeByString(string str)
|
||||
{
|
||||
return str.GetHashCode();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user