Table of Contents

Enum TurnState

Namespace
AshesOfVelsingrad.Managers
Assembly
Ashes of Velsingrad.dll

Defines the possible turn states in the battle system.

public enum TurnState

Fields

EnemyTurn = 1

The enemy's turn to act.

PlayerTurn = 0

The player's turn to act.

Waiting = 2

Idle state while waiting for setup or transitions.