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