Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetHashCode()

override int System.Runtime.InteropServices.CLong.GetHashCode ( )
inline

Definition at line 38 of file CLong.cs.

39 {
40 return _value.GetHashCode();
41 }

References System.Runtime.InteropServices.CLong._value.