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

◆ operator--() [1/2]

static short IDecrementOperators< short >. System.Int16.operator-- ( short value)
inlinestatic

Definition at line 386 of file Int16.cs.

387 {
388 return --value;
389 }

References System.value.