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

◆ operator++() [1/2]

static short IIncrementOperators< short >. System.Int16.operator++ ( short value)
inlinestatic

Definition at line 410 of file Int16.cs.

411 {
412 return ++value;
413 }

References System.value.