Elin Decompiled Documentation EA 23.241 Nightly
Loading...
Searching...
No Matches
ConDark.cs
Go to the documentation of this file.
1public class ConDark : Condition
2{
3 public override bool ShouldRefresh => true;
4
5 public override int GetPhase()
6 {
7 return 0;
8 }
9}
override int GetPhase()
Definition: ConDark.cs:5
override bool ShouldRefresh
Definition: ConDark.cs:3