Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitElder.cs
Go to the documentation of this file.
1public class TraitElder : TraitMayor
2{
3 public override ShopType ShopType => ShopType.Influence;
4
5 public override CurrencyType CurrencyType => CurrencyType.Influence;
6}
CurrencyType
Definition: CurrencyType.cs:2
ShopType
Definition: ShopType.cs:2