_y = y -- Bind the metatable of obj to Point. setmetatable(obj, Point) return obj end function Point:x() return self._x end function Point:y() return self.
確定! 回上一頁