コード例 #1
0
ファイル: PlayerView.cs プロジェクト: mattosluis/brick-game
 public void ActivePanelGameOver(string title, string playerName, int score)
 {
     _uiView.ActivePanelGameOver(title, playerName, score);
 }