TT.luaTT = {}TT.__index = TTfunction TT:New() local tt = {} setmetatable(tt,self) return ttendfunction TT:SetVal(val) self.val ...
確定! 回上一頁