public void MovesOver(string PlayerScore)
 {
     popUpController.Show("", PlayerScore, OnYesClikc, OnNoClikc);
 }
Esempio n. 2
0
 public void ShowPopUp(int highScore, int courrentGameScore)
 {
     popUpController.Show(OnClickTouchToPlay, OnClickMenu, highScore, courrentGameScore);
     gameView2.DeactivateCurrentGameScore();
 }