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
}
System.ExceptionArgument.value
@ value
System.Currency.m_value
long m_value
Definition
Currency.cs:5
References
System.Currency.m_value
, and
System.value
.
System
Currency
Generated by
1.10.0