local metatable = {} metatable["Hey"] = 23 metatable.__index = metatable local CreatedTable = setmetatable({},metatable) ...
確定! 回上一頁