Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitMerchantPlat.cs
Go to the documentation of this file.
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
Definition: CurrencyType.cs:2
ShopType
Definition: ShopType.cs:2
override string LangBarter
override bool CanInvite