Class = require("libs.hump.class") Entity = Class { init = function(self) end } Entity:draw() end Entity:update(dt) end return Entity