Exemplo n.º 1
0
 public void ActivePanelGameOver(string title, string playerName, int score)
 {
     _uiView.ActivePanelGameOver(title, playerName, score);
 }