UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

7 lines (6 loc) 195 B
export interface SpeedConfiguration { /** % of Speed. Value between 0 - 100 */ defaultSpeed: number; /** Duration of the change of the speed in seconds 1 - 25s */ timeDuration: number; }