mirror of
https://github.com/thegeneralist01/Scene-Manager-DevRepo
synced 2026-01-11 23:50:29 +01:00
Moved to new namespace
This commit is contained in:
parent
bcaecb8788
commit
1e50d1f537
12 changed files with 366 additions and 439 deletions
|
|
@ -4,7 +4,8 @@ using Rage;
|
|||
using RAGENativeUI;
|
||||
using RAGENativeUI.Elements;
|
||||
using SceneManager.Utils;
|
||||
using SceneManager.Objects;
|
||||
using SceneManager.Managers;
|
||||
using SceneManager.Paths;
|
||||
|
||||
namespace SceneManager.Menus
|
||||
{
|
||||
|
|
@ -36,7 +37,7 @@ namespace SceneManager.Menus
|
|||
|
||||
internal static void BuildPathCreationMenu()
|
||||
{
|
||||
Menu.MenuItems.Clear();
|
||||
Menu.Clear();
|
||||
|
||||
Menu.AddItem(CollectorWaypoint);
|
||||
CollectorWaypoint.Enabled = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue