Table of Contents

Enum GameState

Namespace
AshesOfVelsingrad.Managers
Assembly
Ashes of Velsingrad.dll

Represents the overall game state during a level.

public enum GameState

Fields

EnemyTurn = 2

The enemy's turn is currently active.

PlayerTurn = 1

The player's turn is currently active.

Waiting = 0

Waiting for the battle to start or for a process to complete.