Update README and Lexer namespaces

This commit is contained in:
Sinai
2021-03-18 18:52:30 +11:00
parent 1a5843f8e1
commit 9da2ea9b1b
13 changed files with 12 additions and 14 deletions

View File

@ -5,7 +5,7 @@ using System.Reflection;
using UnityEngine;
using UnityExplorer.Core;
using UnityExplorer.Core.Unity;
using UnityExplorer.UI.CSConsole;
using UnityExplorer.UI.Main.CSConsole;
namespace UnityExplorer.Core.CSharp
{