1
Fork 0
mirror of https://github.com/thegeneralist01/Scene-Manager-DevRepo synced 2026-01-11 15:40:29 +01:00

Updated namespace references

This commit is contained in:
Rich Dunne 2021-05-07 04:07:19 -06:00
parent d552235d4b
commit f66f348c63
3 changed files with 8 additions and 3 deletions

View file

@ -1,6 +1,9 @@
using Rage;
using RAGENativeUI.Elements;
using SceneManager.Objects;
using SceneManager.CollectedPeds;
using SceneManager.Managers;
using SceneManager.Paths;
using SceneManager.Waypoints;
using System.Linq;
namespace SceneManager.Utils