diff options
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 |