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

◆ GetHashCode()

override int Microsoft.Xna.Framework.Point.GetHashCode ( )
inline

Definition at line 48 of file Point.cs.

49 {
50 return X.GetHashCode() + Y.GetHashCode();
51 }

References Microsoft.Xna.Framework.Point.X, and Microsoft.Xna.Framework.Point.Y.