export type ClickPoint = {
    startTick: number;
    inst: number;
    velocity: number;
};
