Start of considering depleted values for Raw Ether surges and bases
This commit is contained in:
@@ -25,6 +25,7 @@ public class BuildOrderModel
|
||||
public int CurrentSupplyUsed { get; set; } = 0;
|
||||
public Dictionary<int, List<EntityModel>> StartedOrders { get; set; } = new();
|
||||
public Dictionary<int, List<EntityModel>> CompletedOrders { get; set; } = new();
|
||||
public Dictionary<int, List<EntityModel>> DepletedOrders { get; set; } = new();
|
||||
public Dictionary<string, int> UniqueCompletedTimes { get; set; } = new();
|
||||
public Dictionary<string, int> UniqueCompletedCount { get; set; } = new();
|
||||
public Dictionary<int, int> SupplyCountTimes { get; set; } = new();
|
||||
|
||||
Reference in New Issue
Block a user