Exemplo n.º 1
0
 public static void addMetals(int value)
 {
     metals += value;
     Gui.UpdateMetals();
     if (value < 0)
     {
         Gui.AddMessage("Spent metal: " + Mathf.Abs(value));
     }
 }