Version: 1.0.01.0.11.0.21.0.31.0.4
export type Vector2 = {
x: number;
y: number;
};
export type Rect2 = {
width?: number;
height?: number;