Exemplo n.º 1
0
 public void AddPoints(int _value)
 {
     points += _value;
     uiHandler.UpdatePoints(points);
 }