Temp is depleted logic
This commit is contained in:
@@ -308,7 +308,7 @@ public interface IBuildOrderService
|
||||
public int? WillMeetSupply(EntityModel entity);
|
||||
public Dictionary<int, List<EntityModel>> GetOrders();
|
||||
public List<EntityModel> GetCompletedBefore(int interval);
|
||||
public List<EntityModel> GetHarvestPointsCompletedBefore(int interval);
|
||||
public List<EntityModel> GetUndepletedHarvestPointsCompletedBefore(int interval);
|
||||
|
||||
public void RemoveLast();
|
||||
public void Reset();
|
||||
|
||||
Reference in New Issue
Block a user