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

◆ operator++() [2/2]

static ushort IIncrementOperators< ushort >. System.UInt16.operator++ ( ushort value)
inlinestatic

Definition at line 404 of file UInt16.cs.

405 {
406 return ++value;
407 }

References System.value.