Point = class('Point') function Point:initialize(x,y) self.x = x self.y = y end function ... You will probably be better off using a pure Lua table instead, ...
確定! 回上一頁