fix(BuildCalc) Cancel now reverts unlocked tech again
This commit is contained in:
@@ -43,6 +43,13 @@ public class BuildOrderModel
|
||||
}
|
||||
};
|
||||
|
||||
public Dictionary<string, int> UniqueCompletedCount { get; set; } = new()
|
||||
{
|
||||
{
|
||||
DataType.STARTING_Bastion, 1
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
||||
public Dictionary<int, int> SupplyCountTimes { get; set; } = new()
|
||||
|
||||
Reference in New Issue
Block a user