Fixed the guidebook listing every single rule (#28680)

* Well i tried this way

* New approach (start)

* Did it

* makes spacelaw available, put it under sec
This commit is contained in:
AJCM-git
2024-06-07 07:28:55 -04:00
committed by GitHub
parent 7ba26f4592
commit accf8adf97
7 changed files with 73 additions and 6 deletions

View File

@@ -39,6 +39,8 @@ public class GuideEntry
/// </summary>
[DataField] public bool FilterEnabled = default!;
[DataField] public bool RuleEntry;
/// <summary>
/// Priority for sorting top-level guides when shown in a tree / table of contents.
/// If the guide is the child of some other guide, the order simply determined by the order of children in <see cref="Children"/>.