Vector2 c

struct Vector2
{
  float x;
  float y;
};
// ez money rn
Panicky Pigeon