Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitMerchantDeed.cs
Go to the documentation of this file.
1
public
class
TraitMerchantDeed
:
TraitMerchant
2
{
3
public
override
ShopType
ShopType
=>
ShopType
.Deed;
4
5
public
override
int
CostRerollShop
6
{
7
get
8
{
9
if
(!
EClass
.
debug
.
enable
)
10
{
11
return
0;
12
}
13
return
1;
14
}
15
}
16
}
ShopType
ShopType
Definition:
ShopType.cs:2
CoreDebug.enable
bool enable
Definition:
CoreDebug.cs:285
EClass
Definition:
EClass.cs:5
EClass.debug
static CoreDebug debug
Definition:
EClass.cs:48
TraitMerchantDeed
Definition:
TraitMerchantDeed.cs:2
TraitMerchantDeed.CostRerollShop
override int CostRerollShop
Definition:
TraitMerchantDeed.cs:6
TraitMerchant
Definition:
TraitMerchant.cs:2
Elin
TraitMerchantDeed.cs
Generated by
1.9.6