コード例 #1
0
ファイル: FinishGame.cs プロジェクト: Lfschmitt/top-secrect
 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();
 }