-- Game entry local Game = {} Game.OnEvent = function(e) end Game.MainLoop = function() end return Game