Variable GAME_PHASESConst
GAME_PHASES: {
COMBAT: "combat";
DEFEAT: "defeat";
INTRO: "intro";
TRAINING: "training";
VICTORY: "victory";
} = ...
Type Declaration
-
ReadonlyCOMBAT: "combat"
-
ReadonlyDEFEAT: "defeat"
-
ReadonlyINTRO: "intro"
-
ReadonlyTRAINING: "training"
-
ReadonlyVICTORY: "victory"