Enum GameState
- Namespace
- AshesOfVelsingrad.Managers
- Assembly
- Ashes of Velsingrad.dll
Represents the overall game state during a level.
public enum GameState
Fields
EnemyTurn = 2The enemy's turn is currently active.
PlayerTurn = 1The player's turn is currently active.
Waiting = 0Waiting for the battle to start or for a process to complete.