feat(BuildCalc) Wait To button and some WIP code
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Model.Entity.Data;
|
||||
|
||||
namespace Model.BuildOrders;
|
||||
|
||||
public class ResearchSlot
|
||||
{
|
||||
public int StartingInterval { get; set; } = 30;
|
||||
public int Slots { get; set; } = 1;
|
||||
public string ResearchType { get; set; } = DataType.BUILDING_Reliquary;
|
||||
}
|
||||
Reference in New Issue
Block a user