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

Removed unnecessary using statement

This commit is contained in:
Rich Dunne 2020-08-25 17:11:14 -06:00
parent 3e5d8e054d
commit 5381d0c189

View file

@ -1,7 +1,6 @@
using Rage;
using RAGENativeUI;
using RAGENativeUI.Elements;
using System.Drawing;
namespace SceneManager
{