Elin Decompiled Documentation
EA 23.102 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
bool
CancelAI
=>
false
;
6
7
public
override
bool
WillOverride
=>
true
;
8
9
public
override
int
GetPhase
()
10
{
11
return
0;
12
}
13
}
ConWait
Definition:
ConWait.cs:2
ConWait.ConsumeTurn
override bool ConsumeTurn
Definition:
ConWait.cs:3
ConWait.CancelAI
override bool CancelAI
Definition:
ConWait.cs:5
ConWait.GetPhase
override int GetPhase()
Definition:
ConWait.cs:9
ConWait.WillOverride
override bool WillOverride
Definition:
ConWait.cs:7
Condition
Definition:
Condition.cs:4
Elin
ConWait.cs
Generated by
1.9.6