@battle-racing/br-common-lib
Version:
Common library for all Battle Racing Repositorios
11 lines (10 loc) • 341 B
TypeScript
export declare const LIGHTS_EFFECT: {
readonly SHOW_UV_COLOR: "SHOW_UV_COLOR";
readonly POWER_OFF: "POWER_OFF";
readonly START_GAME: "START_GAME";
readonly GAME_OVER: "GAME_OVER";
readonly FINAL_LAP: "FINAL_LAP";
readonly YELLOW_FLAG: "YELLOW_FLAG";
readonly RED_FLAG: "RED_FLAG";
readonly PULSE: "PULSE";
};