UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

7 lines (6 loc) 164 B
export interface SpeedChangeOptions { /** % of Speed. Value between 0 - 100 */ speed: number; /** If the speed is infinite */ forUnlimitedTime?: boolean; }