Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
Currency.cs
Go to the documentation of this file.
1
public
class
Currency
2
{
3
public
static
string
ToID
(
CurrencyType
currency
)
4
{
5
return
currency
switch
6
{
7
CurrencyType.Medal =>
"medal"
,
8
CurrencyType.Money2 =>
"money2"
,
9
CurrencyType.Influence =>
"influence"
,
10
CurrencyType.Casino_coin =>
"casino_coin"
,
11
CurrencyType.Ecopo =>
"ecopo"
,
12
CurrencyType.Plat =>
"plat"
,
13
_ =>
"money"
,
14
};
15
}
16
}
CTAG.currency
@ currency
CurrencyType
CurrencyType
Definition:
CurrencyType.cs:2
Currency
Definition:
Currency.cs:2
Currency.ToID
static string ToID(CurrencyType currency)
Definition:
Currency.cs:3
Elin
Currency.cs
Generated by
1.9.6