Esempio n. 1
0
 public void UpgradeTurretX(int x)
 {
     if (turret != null)
     {
         turret.UpgradeTurret(x);
         updateText();
     }
 }