1
Fork 0
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:
Rich Dunne 2021-05-07 04:01:49 -06:00
parent bcaecb8788
commit 1e50d1f537
12 changed files with 366 additions and 439 deletions

View file

@ -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;