Ejemplo n.º 1
0
 private void AddPoint(float value)
 {
     score.UpdateValue(value);
     score.DisplayNumber(targetText);
 }