local instance = self:allocate() instance:initialize(...) return instance end function Object.static:subclass(name) assert(_classes[self], "Make sure that ...
確定! 回上一頁