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

@ -1,6 +1,6 @@
using UnityEngine;
namespace UnityExplorer.UI.CSConsole.Lexer
namespace UnityExplorer.UI.Main.CSConsole.Lexer
{
public class NumberMatch : Matcher
{