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

◆ operator+() [2/4]

static float IUnaryPlusOperators< float, float >. System.Single.operator+ ( float value)
inlinestatic

Definition at line 1228 of file Single.cs.

1229 {
1230 return value;
1231 }

References System.value.