Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitTorch.cs
Go to the documentation of this file.
1public class TraitTorch : Trait
2{
3 public override bool UseExtra
4 {
5 get
6 {
7 if (owner.isOn)
8 {
10 }
11 return false;
12 }
13 }
14
15 public override ToggleType ToggleType => ToggleType.Fire;
16}
ToggleType
Definition: ToggleType.cs:2
bool isOn
Definition: Card.cs:514
Cell Cell
Definition: Card.cs:1931
bool isCurtainClosed
Definition: Cell.cs:582
override bool UseExtra
Definition: TraitTorch.cs:4
Definition: Trait.cs:7
Card owner
Definition: Trait.cs:26