1
Fork 0
mirror of https://github.com/thegeneralist01/Scene-Manager-DevRepo synced 2026-01-11 23:50: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,5 +1,6 @@
using Rage;
using SceneManager.Objects;
using SceneManager.CollectedPeds;
using SceneManager.Managers;
using System.Linq;
namespace SceneManager.Utils