fix(BuildCalc) Cancel now reverts unlocked tech again

This commit is contained in:
2022-04-14 00:45:12 -04:00
parent 231ce16dd6
commit f3a1c98b20
3 changed files with 17 additions and 2 deletions
+7
View File
@@ -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()