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

◆ operator++() [1/2]

static sbyte IIncrementOperators< sbyte >. System.SByte.operator++ ( sbyte value)
inlinestatic

Definition at line 411 of file SByte.cs.

412 {
413 return ++value;
414 }

References System.value.