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

◆ GetHashCode()

override int System.Int64.GetHashCode ( )
inline

Definition at line 89 of file Int64.cs.

90 {
91 return (int)this ^ (int)(this >> 32);
92 }