Example #1
0
 public void WinGame(int score)
 {
     _winPanel.SetPanelActive(true);
     _winPanel.SetScoreText(score);
 }