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