UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

8 lines (7 loc) 208 B
export interface StarLaserConfigureModuleOptions { kartId: number; /** Time in seconds (between 1 - 25) */ starAttackTime: number; /** Time in seconds (between 1 - 25) */ laserAttackTime: number; }