示例#1
0
 public void NextLevel()
 {
     ui.timer.gameObject.SetActive(true);
     generation.DestroyLevel();
     generation.CreateLevel();
     timer.Starting(counterGames);
     isGame = true;
 }