Exemplo n.º 1
0
 private void RecalculateIncrementPerCycle()
 {
     cycleSpeed        = Balancing.CycleSpeed(resourceType);
     incrementPerCycle = Balancing.IncrementPerCycle(resourceType, building.CurrentLevel);
     UpdateResourceCounterText();
 }