Пример #1
0
 //--- Methods ---//
 public void StartRound()
 {
     // Start the round
     roundStarted = true;
     SpawnGames();
     dataManager.InitDataCollection();
 }