style(BuildCalc) Bank UI improvements and code cleanup

This commit is contained in:
2022-04-18 21:38:59 -04:00
parent 85e8f3c278
commit fb70b788bc
8 changed files with 192 additions and 127 deletions
+1 -1
View File
@@ -14,5 +14,5 @@ public class EconomyModel
public int BusyWorkerCount { get; set; } = 0;
public int CreatingWorkerCount { get; set; } = 0;
public List<int> CreatingWorkerDelays { get; set; } = new();
public List<EntityModel> Harvesters { get; set; } = new();
public List<EntityModel> HarvestPoints { get; set; } = new();
}