diff options
Diffstat (limited to 'DefaultContent/Libraries/Framework/Core/Game.lua')
-rw-r--r-- | DefaultContent/Libraries/Framework/Core/Game.lua | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/DefaultContent/Libraries/Framework/Core/Game.lua b/DefaultContent/Libraries/Framework/Core/Game.lua deleted file mode 100644 index 51ce25f..0000000 --- a/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 |