Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
GoalEndTurn.cs
Go to the documentation of this file.
1public class GoalEndTurn : Goal
2{
3 public override bool InformCancel => false;
4
5 public override bool CancelWhenDamaged => false;
6}
override bool CancelWhenDamaged
Definition: GoalEndTurn.cs:5
override bool InformCancel
Definition: GoalEndTurn.cs:3
Definition: Goal.cs:4