Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitStrangeGirl.cs
Go to the documentation of this file.
2{
3 public override ShopType ShopType
4 {
5 get
6 {
8 {
9 return ShopType.None;
10 }
11 return ShopType.StrangeGirl;
12 }
13 }
14
15 public override CurrencyType CurrencyType => CurrencyType.Influence;
16}
CurrencyType
Definition: CurrencyType.cs:2
ShopType
Definition: ShopType.cs:2
Definition: EClass.cs:5
static Zone _zone
Definition: EClass.cs:20