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