mirror of
https://github.com/thegeneralist01/Scene-Manager-DevRepo
synced 2026-01-10 15:20:29 +01:00
Renamed BuildMainMenu method to Build
This commit is contained in:
parent
48d4b2bc71
commit
521f204e56
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ namespace SceneManager.Menus
|
|||
Menu.OnMenuOpen += MainMenu_OnMenuOpen;
|
||||
}
|
||||
|
||||
internal static void BuildMainMenu()
|
||||
internal static void Build()
|
||||
{
|
||||
Menu.Clear();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue