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

@@ -124,6 +124,9 @@ public sealed class GuidebookUIController : UIController, IOnStateEntered<LobbyS
{
if (GuidebookButton != null)
GuidebookButton.Pressed = false;
if (_guideWindow != null)
_guideWindow.ReturnContainer.Visible = false;
}
private void OnWindowOpen()