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
@@ -284,6 +284,7 @@ public interface IBuildOrderService
{
public Dictionary<int, List<EntityModel>> StartedOrders { get; }
public Dictionary<int, List<EntityModel>> CompletedOrders { get; }
public Dictionary<int, List<EntityModel>> DepletedOrders { get; }
public Dictionary<string, int> UniqueCompletedTimes { get; }
public Dictionary<int, int> SupplyCountTimes { get; }