Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitMerchantPlat.cs
Go to the documentation of this file.
1
public
class
TraitMerchantPlat
:
TraitMerchant
2
{
3
public
override
ShopType
ShopType
4
{
5
get
6
{
7
if
(!base.owner.IsPCFaction)
8
{
9
return
ShopType
.Plat;
10
}
11
return
ShopType
.None;
12
}
13
}
14
15
public
override
CurrencyType
CurrencyType
=>
CurrencyType
.Plat;
16
17
public
override
string
LangBarter
=>
"daBuyPlat"
;
18
19
public
override
bool
CanInvite
=>
false
;
20
}
CurrencyType
CurrencyType
Definition:
CurrencyType.cs:2
ShopType
ShopType
Definition:
ShopType.cs:2
TraitMerchantPlat
Definition:
TraitMerchantPlat.cs:2
TraitMerchantPlat.LangBarter
override string LangBarter
Definition:
TraitMerchantPlat.cs:17
TraitMerchantPlat.CanInvite
override bool CanInvite
Definition:
TraitMerchantPlat.cs:19
TraitMerchant
Definition:
TraitMerchant.cs:2
Elin
TraitMerchantPlat.cs
Generated by
1.9.6