Exemple #1
0
 public void ShowEndGame()
 {
     endGameUI?.gameObject.SetActive(true);
     endGameUI?.OnShowEndGame();
 }