Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
Piety.cs
Go to the documentation of this file.
1public class Piety : Element
2{
3 public override bool ShowMsgOnValueChanged => false;
4
5 public override bool CanGainExp => true;
6
7 public override bool UsePotential => false;
8
9 public override bool UseExpMod => false;
10}
Definition: Piety.cs:2
override bool UsePotential
Definition: Piety.cs:7
override bool UseExpMod
Definition: Piety.cs:9
override bool ShowMsgOnValueChanged
Definition: Piety.cs:3
override bool CanGainExp
Definition: Piety.cs:5