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

◆ operator--() [1/2]

static byte IDecrementOperators< byte >. System.Byte.operator-- ( byte value)
inlinestatic

Definition at line 379 of file Byte.cs.

380 {
381 return --value;
382 }

References System.value.