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

◆ GetHashCode()

override int System.Byte.GetHashCode ( )
inline

Definition at line 70 of file Byte.cs.

71 {
72 return this;
73 }