Start of considering depleted values for Raw Ether surges and bases

This commit is contained in:
Jonathan
2025-06-14 12:39:42 -04:00
parent 5d4f141580
commit fd20f8ca7d
5 changed files with 24 additions and 1 deletions
+1
View File
@@ -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();