Feature/new patch (#52)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user