Elin Decompiled Documentation
EA 23.264 Nightly
Loading...
Searching...
No Matches
ConWait.cs
Go to the documentation of this file.
1
public
class
ConWait
:
Condition
2
{
3
public
override
bool
ConsumeTurn
=>
true
;
4
5
public
override
int
GetPhase
()
6
{
7
return
0;
8
}
9
10
public
override
bool
ShouldOverride
(
Condition
c)
11
{
12
return
true
;
13
}
14
}
ConWait
Definition:
ConWait.cs:2
ConWait.ConsumeTurn
override bool ConsumeTurn
Definition:
ConWait.cs:3
ConWait.GetPhase
override int GetPhase()
Definition:
ConWait.cs:5
ConWait.ShouldOverride
override bool ShouldOverride(Condition c)
Definition:
ConWait.cs:10
Condition
Definition:
Condition.cs:4
Elin
ConWait.cs
Generated by
1.9.6