Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
BaseDebuff.cs
Go to the documentation of this file.
1public class BaseDebuff : Condition
2{
3 public override bool WillOverride => true;
4
5 public override int GetPhase()
6 {
7 return 0;
8 }
9
11 {
12 return new NotificationBuff
13 {
14 condition = this
15 };
16 }
17}
override int GetPhase()
Definition: BaseDebuff.cs:5
override bool WillOverride
Definition: BaseDebuff.cs:3
override BaseNotification CreateNotification()
Definition: BaseDebuff.cs:10