diff --git a/Yafc.Model/Model/ProductionTableContent.cs b/Yafc.Model/Model/ProductionTableContent.cs index 4fd57baf..e175c8fc 100644 --- a/Yafc.Model/Model/ProductionTableContent.cs +++ b/Yafc.Model/Model/ProductionTableContent.cs @@ -177,7 +177,14 @@ public class RecipeRow : ModelObject, IModuleFiller, IGroupedEl public RecipeLinks links { get; internal set; } public float fixedBuildings { get; set; } public int? builtBuildings { get; set; } + /// + /// If , the enabled checkbox for this recipe is checked. + /// public bool enabled { get; set; } = true; + /// + /// If , the enabled checkboxes for this recipe and all its parent recipies are checked. + /// If , at least one enabled checkbox for this recipe or its ancestors is unchecked. + /// public bool hierarchyEnabled { get; internal set; } public int tag { get; set; }