Elin Decompiled Documentation EA 23.293 Nightly
Loading...
Searching...
No Matches
TraitMerchantTravel2.cs
Go to the documentation of this file.
2{
3 public override CurrencyType CurrencyType => CurrencyType.Money2;
4
5 public override ShopType ShopType
6 {
7 get
8 {
9 if (!base.ShouldOpenShop)
10 {
11 return ShopType.None;
12 }
13 return ShopType.TravelMerchant2;
14 }
15 }
16}
CurrencyType
Definition: CurrencyType.cs:2
ShopType
Definition: ShopType.cs:2