Example #1
0
 //// Public API
 public void BeginGameProcedure()
 {
     _gameState = GameState.InGame;
     _spawn.BeginGame();
 }