diff options
author | chai <chaifix@163.com> | 2021-10-17 11:14:00 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-17 11:14:00 +0800 |
commit | d35db57d457132dd9d83fa2bd51491b148530655 (patch) | |
tree | b5a29675f091f268577b5991988c723f273b0bd1 /DefaultContent/Libraries/Framework/Core/Game.lua | |
parent | 7b0a6d1fe0117cf42a5776aaabda2db78599e5b8 (diff) |
*GUI
Diffstat (limited to 'DefaultContent/Libraries/Framework/Core/Game.lua')
-rw-r--r-- | DefaultContent/Libraries/Framework/Core/Game.lua | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/DefaultContent/Libraries/Framework/Core/Game.lua b/DefaultContent/Libraries/Framework/Core/Game.lua new file mode 100644 index 0000000..51ce25f --- /dev/null +++ b/DefaultContent/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 |