fix stuff

This commit is contained in:
Mister_Nebula 2021-08-24 20:59:05 +01:00
parent 65f8859c53
commit b77e0c972b
2 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,7 @@ namespace QSB.Menus
GameObject OptionsMenu_MakeNonDisplaySliderElement(string label, string tooltipText, float savedValue, Menu menuTab);
void OptionsMenu_MakeSpacer(float minHeight, Menu menuTab);
void OptionsMenu_MakeLabel(string label, Menu menuTab);
void OptionsMenu_MakeTextInput(string label, string placeholderText, string savedValue, Menu menuTab);
void OptionsMenu_MakeTextInput(string label, string tooltipText, string placeholderText, string savedValue, Menu menuTab);
// Misc
PopupMenu MakeTwoChoicePopup(string message, string confirmText, string cancelText);
PopupInputMenu MakeInputFieldPopup(string message, string placeholderMessage, string confirmText, string cancelText);

View File

@ -96,6 +96,7 @@ namespace QSB
gameObject.AddComponent<RepeatingManager>();
gameObject.AddComponent<PlayerEntanglementWatcher>();
gameObject.AddComponent<DebugGUI>();
gameObject.AddComponent<MenuManager>();
gameObject.AddComponent<RespawnManager>();
// WorldObject managers