Add = function (a, b) if getmetatable(a) ~= "Vector2" or getmetatable(b) ~= "Vector2" then return vec2.new() end local x = a.X + b.X local y ...
確定! 回上一頁