Weird Lua OOP Lib ... class("Vector2") { { x = 0; y = 0; }; } function Vector2:Vector2(x, y) self.x, self.y = x, y end local PlayerPosition = Vector2(30, ...
確定! 回上一頁