Beispiel #1
0
 public void SetMaxDeployedUnitsLimit(int amount)
 {
     maxDeployedUnitsLimit = amount;
     uiController.ChangeCostToUnitCapUpgradeDisplayText((10 * maxDeployedUnitsLimit).ToString());
     uiController.ChangeDeployedUnitCountDisplayText(currentlyDeployedUnits, maxDeployedUnitsLimit);
 }