Enum AovDataStructures.TurnState
- Namespace
- AshesOfVelsingrad.Utilities
- Assembly
- Ashes of Velsingrad.dll
Defines the possible turn states in the battle system.
public enum AovDataStructures.TurnState
Fields
EnemyTurn = 1The enemy's turn to act.
Finished = 3State that inform the game is finished.
PlayerTurn = 0The player's turn to act.
Waiting = 2Idle state while waiting for setup or transitions.