Table of Contents

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 = 1

The enemy's turn to act.

Finished = 3

State that inform the game is finished.

PlayerTurn = 0

The player's turn to act.

Waiting = 2

Idle state while waiting for setup or transitions.