local function __NULL__() end -- class "inheritance" by copying functions local function inherit(class, interface, ...) if not interface then return end ...
確定! 回上一頁