-- Game object game_object = { } function game_object:on_init() end function game_object:on_shutdown() end function game_object:on_update(dt) end