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
@@ -1,4 +1,4 @@
namespace YesNt.Interpreter
namespace YesNt.Interpreter.Runtime
{
internal abstract class StatementRuntimeInformation
{