Feature/new patch (#52)

This commit is contained in:
2022-08-21 15:33:01 -04:00
committed by GitHub
parent 76ad18234a
commit 7468938878
6 changed files with 90 additions and 53 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ namespace Model.BuildOrders;
public class TrainingSlot
{
public int StartingInterval { get; set; } = 30;
public int Slots { get; set; } = 16;
public int Slots { get; set; } = 10;
public string ProductionType { get; set; } = DataType.BUILDING_LegionHall;
}