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

◆ operator--() [2/2]

static ushort IDecrementOperators< ushort >. System.UInt16.operator-- ( ushort value)
inlinestatic

Definition at line 380 of file UInt16.cs.

381 {
382 return --value;
383 }

References System.value.