function Class(Super) Super = Super or Base local prototype = setmetatable({}, Super) -- receive error here prototype.class = prototype ...
確定! 回上一頁