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:
parent
248c2ad30f
commit
d552235d4b
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue