1 2 3 4 5 6 7 8
local Class = require("libs.hump.class"); Player = Class{ init = function(self) end } return Player