export interface IMoveGravity {
    acceleration: number;
    enable: boolean;
    maxSpeed: number;
}
