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

◆ operator++() [1/2]

static byte IIncrementOperators< byte >. System.Byte.operator++ ( byte value)
inlinestatic

Definition at line 403 of file Byte.cs.

404 {
405 return ++value;
406 }

References System.value.