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:06:21 -06:00
parent 248c2ad30f
commit d552235d4b

View file

@ -2,9 +2,10 @@
using Rage.Attributes;
using Rage.ConsoleCommands.AutoCompleters;
using System.Linq;
using SceneManager.Objects;
using System;
using System.Collections.Generic;
using SceneManager.Managers;
using SceneManager.Paths;
namespace SceneManager.Utils
{