public void ClosePanels() { endGame.ChangeOneTimeValue(true); StopClickGames.SetActive(false); finishAnimation.StopAllAnimation(); timeController.GameTime(false); vibration.vibrate = true; winPanel.SetActive(false); losePanel.SetActive(false); destroyPanel.SetActive(false); levelManager.CloseAllPanels(); }