mirror of
https://github.com/thegeneralist01/Scene-Manager-DevRepo
synced 2026-01-10 15:20:29 +01:00
Updated BuildSettingsMenu method name to Build
This commit is contained in:
parent
bbc0ea6354
commit
cdd81438b6
1 changed files with 3 additions and 1 deletions
|
|
@ -28,8 +28,10 @@ namespace SceneManager.Menus
|
|||
Menu.OnMenuOpen += SettingsMenu_OnMenuOpen;
|
||||
}
|
||||
|
||||
internal static void BuildSettingsMenu()
|
||||
internal static void Build()
|
||||
{
|
||||
Menu.Clear();
|
||||
|
||||
Menu.AddItem(ThreeDWaypoints);
|
||||
Menu.AddItem(MapBlips);
|
||||
Menu.AddItem(Hints);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue