diff options
author | chai <chaifix@163.com> | 2021-11-19 21:56:08 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-19 21:56:08 +0800 |
commit | 850d9c034792b96e2ff5ff3bbfbcc30661757aed (patch) | |
tree | 4ff5d1df7dc1917bb89b97463e4112f14b639eb9 /Data/Scripts/EditorResources.lua | |
parent | 1cd31d14c95f9d52e30fbc611df5da4b46f048d9 (diff) |
*misc
Diffstat (limited to 'Data/Scripts/EditorResources.lua')
-rw-r--r-- | Data/Scripts/EditorResources.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Data/Scripts/EditorResources.lua b/Data/Scripts/EditorResources.lua new file mode 100644 index 0000000..c9d2e77 --- /dev/null +++ b/Data/Scripts/EditorResources.lua @@ -0,0 +1,11 @@ +local find = GameLab.Find
+
+local res = {}
+
+local loadRes = function()
+
+end
+
+GameLab.onApplicationStart:Add(loadRes)
+
+return res
\ No newline at end of file |