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