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