From f9e4da754b18c68b0f19dc98a622eca58526f239 Mon Sep 17 00:00:00 2001 From: hispidence Date: Sun, 6 Feb 2022 21:20:44 +0000 Subject: [PATCH] Rename and move GameScriptLevel. --- Scripting/src/{GameScriptLevel.cpp => Flow/Level/Level.cpp} | 0 Scripting/src/{GameScriptLevel.h => Flow/Level/Level.h} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename Scripting/src/{GameScriptLevel.cpp => Flow/Level/Level.cpp} (100%) rename Scripting/src/{GameScriptLevel.h => Flow/Level/Level.h} (100%) diff --git a/Scripting/src/GameScriptLevel.cpp b/Scripting/src/Flow/Level/Level.cpp similarity index 100% rename from Scripting/src/GameScriptLevel.cpp rename to Scripting/src/Flow/Level/Level.cpp diff --git a/Scripting/src/GameScriptLevel.h b/Scripting/src/Flow/Level/Level.h similarity index 100% rename from Scripting/src/GameScriptLevel.h rename to Scripting/src/Flow/Level/Level.h