Initialize then class.Initialize(instance, ...) end --设置类的方法为实例的元表setmetatable(instance, { __index = class, }) return instance end.
確定! 回上一頁