Exemplo n.º 1
0
 public void Start()
 {
     cnt          = 0;
     countCorrect = 0;
     gamePanel.SetPanelActive(true);
     isGame = true;
     winPanel.SetPanelActive(false);
 }
Exemplo n.º 2
0
 public void WinGame(int score)
 {
     _winPanel.SetPanelActive(true);
     _winPanel.SetScoreText(score);
 }