diff options
Diffstat (limited to 'Data/Scripts/Utils')
-rw-r--r-- | Data/Scripts/Utils/Utils.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Data/Scripts/Utils/Utils.lua b/Data/Scripts/Utils/Utils.lua new file mode 100644 index 0000000..678217b --- /dev/null +++ b/Data/Scripts/Utils/Utils.lua @@ -0,0 +1,4 @@ +local Utils = GameLab.Editor.Utils or {}
+GameLab.Editor.Utils = Utils
+
+
|