Example #1
0
 public void startGame()
 {
     isPlaying = true;
     boxGenerator.SpawnBox();
     AirConsole.instance.SetActivePlayers(2);
 }