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

◆ operator--() [1/2]

static float IDecrementOperators< float >. System.Single.operator-- ( float value)
inlinestatic

Definition at line 549 of file Single.cs.

550 {
551 return value -= 1f;
552 }

References System.value.