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

◆ operator++() [1/2]

static char IIncrementOperators< char >. System.Char.operator++ ( char value)
inlinestatic

Definition at line 953 of file Char.cs.

954 {
955 return value = (char)(value + 1);
956 }

References System.value.