feat(BuildCalc) Finished training capacity feature
This commit is contained in:
@@ -29,7 +29,7 @@ public class BuildOrderModel
|
||||
public Dictionary<string, int> UniqueCompletedCount { get; set; } = new();
|
||||
public Dictionary<int, int> SupplyCountTimes { get; set; } = new();
|
||||
|
||||
public Dictionary<string, Dictionary<int, List<EntityModel>>> UniqueCompleted { get; set; } = new();
|
||||
public Dictionary<string, List<EntityModel>> UniqueCompleted { get; set; } = new();
|
||||
|
||||
public List<TrainingCapacityUsedModel> TrainingCapacityUsed { get; set; } = new();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user