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