Ejemplo n.º 1
0
 public void ShowGameOverView()
 {
     gameOverView.ShowScore(stats.enemiesKilled, stats.totalScore, stats.timeAlive);
 }