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

◆ operator--() [1/2]

static long IDecrementOperators< long >. System.Int64.operator-- ( long value)
inlinestatic

Definition at line 376 of file Int64.cs.

377 {
378 return --value;
379 }

References System.value.