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

◆ Currency()

System.Currency.Currency ( decimal value)
inline

Definition at line 7 of file Currency.cs.

8 {
9 m_value = decimal.ToOACurrency(value);
10 }

References System.Currency.m_value, and System.value.