UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

9 lines (8 loc) 298 B
import type { LightsEffect } from './LightsEffect'; export interface ShowLightsEffectParams { /** Address of the light to exec the effect */ addresses: number[] | 'all'; effect: LightsEffect; /** Duration of the change of the speed in seconds 1 - 25s */ timeDuration: number; }