We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This type lets us understand the actual state of the game. This type only exists in a GameState object. Here is its current definition:
const GamePlayState = { BeforeKickOff: 0, Playing: 1, AfterGoal: 2, Ending: 3 };
Installing
Initialization