Beispiel #1
0
 public void ShowGameOverUI(int score = 0)
 {
     GameOverUI.Show();
     GameOverUI.GetILComponent <GameOverUI>()
     .GameOverUIText.text = score.ToString();
 }
Beispiel #2
0
 public void ShowRestartButton()
 {
     GameOverUI.GetILComponent <GameOverUI>().RestartButton.Show();
 }