GamePhase Enumeration

Represents the current phase of the game

Definition

Namespace: ProjectLCore.GameLogic
Assembly: ProjectLCore (in ProjectLCore.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
C#
public enum GamePhase

Members

Normal0 Standard phase of the game in which players take actions.
EndOfTheGame1 The EndOfTheGame phase is triggered when there are no more black puzzles in the black deck.
FinishingTouches2 The FinishingTouches phase is triggered after the last round of the game.
Finished3 The game is finishing after all players use the EndFinishingTouchesAction.

See Also