Esempio n. 1
0
 private void UpdateScore()
 {
     PlayerScoreTxt.text = string.Format("Player: {0}", ball.GetScore(true));
     AiScoreTxt.text     = string.Format("AI: {0}", ball.GetScore(false));
 }