summaryrefslogtreecommitdiff
path: root/DefaultAssets/Libraries/Framework/Core/Game.lua
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2020-11-15 19:29:01 +0800
committerchai <chaifix@163.com>2020-11-15 19:29:01 +0800
commit7b0a6d1fe0117cf42a5776aaabda2db78599e5b8 (patch)
tree7f031ec4bcce355b8672b13142807a4148a1a860 /DefaultAssets/Libraries/Framework/Core/Game.lua
parent7270cd95294d53180641b05784258df1e29f90d2 (diff)
*misc
Diffstat (limited to 'DefaultAssets/Libraries/Framework/Core/Game.lua')
-rw-r--r--DefaultAssets/Libraries/Framework/Core/Game.lua14
1 files changed, 14 insertions, 0 deletions
diff --git a/DefaultAssets/Libraries/Framework/Core/Game.lua b/DefaultAssets/Libraries/Framework/Core/Game.lua
new file mode 100644
index 0000000..51ce25f
--- /dev/null
+++ b/DefaultAssets/Libraries/Framework/Core/Game.lua
@@ -0,0 +1,14 @@
+
+-- Game entry
+
+local Game = {}
+
+Game.OnEvent = function(e)
+
+end
+
+Game.MainLoop = function()
+
+end
+
+return Game \ No newline at end of file