Change namespace of some files

This commit is contained in:
Stone_Red
2022-03-31 13:23:19 +02:00
parent 10017cf01d
commit 1dfa39492f
10 changed files with 17 additions and 6 deletions
@@ -2,10 +2,9 @@
using System.Collections.Generic;
using System.Linq;
using YesNt.Interpreter.Runtime;
using YesNt.Interpreter.Utilities;
namespace YesNt.Interpreter
namespace YesNt.Interpreter.Runtime
{
internal class RuntimeInformation
{