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

◆ CompareTo() [4/4]

int System.UInt16.CompareTo ( ushort value)
inline

Definition at line 51 of file UInt16.cs.

52 {
53 return this - value;
54 }

References System.value.