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