Exemplo n.º 1
0
 public void PlayDisplayScore()
 {
     if (data.CheckHightScore(score.GetScore()))
     {
         UI.EnablHigthScoreRect();
         UI.SetHightScore(score.GetScore());
     }
     StartCoroutine(ComputeCoins(data.GetCoinValue(), score.GetCoinCount()));
 }