Example #1
0
 public void ShowGameOver(bool show, int score)
 {
     gameOverView.Show(show);
     gameOverView.UpdateScore(score);
 }