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

◆ operator+() [2/4]

static int IUnaryPlusOperators< int, int >. System.Int32.operator+ ( int value)
inlinestatic

Definition at line 914 of file Int32.cs.

915 {
916 return value;
917 }

References System.value.