fix Autocomplete buttons moving when you click them, rename Console namespace to CSConsole

This commit is contained in:
sinaioutlander
2020-11-13 23:50:24 +11:00
parent 7a4c7eb498
commit e9acd68ee4
15 changed files with 37 additions and 32 deletions

View File

@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.Text;
using UnityExplorer.Console;
using UnityExplorer.CSConsole;
namespace UnityExplorer.UI.Modules
{