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

◆ operator--() [1/2]

static sbyte IDecrementOperators< sbyte >. System.SByte.operator-- ( sbyte value)
inlinestatic

Definition at line 387 of file SByte.cs.

388 {
389 return --value;
390 }

References System.value.