Elin Decompiled Documentation
EA 23.293 Nightly
Loading...
Searching...
No Matches
TraitMerchantTravel2.cs
Go to the documentation of this file.
1
public
class
TraitMerchantTravel2
:
TraitMerchantTravel
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
CurrencyType
Definition:
CurrencyType.cs:2
ShopType
ShopType
Definition:
ShopType.cs:2
TraitMerchantTravel2
Definition:
TraitMerchantTravel2.cs:2
TraitMerchantTravel
Definition:
TraitMerchantTravel.cs:2
Elin
TraitMerchantTravel2.cs
Generated by
1.9.6