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

Removed unused using statements

This commit is contained in:
Rich Dunne 2020-09-06 14:23:30 -06:00
parent 6321fce313
commit 6941f26141
2 changed files with 2 additions and 9 deletions

View file

@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Rage;
using RAGENativeUI;
using RAGENativeUI;
using RAGENativeUI.Elements;
namespace SceneManager