@battle-racing/br-common-lib
Version:
Common library for all Battle Racing Repositorios
15 lines (14 loc) • 468 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";
};
export declare const LIGHTS_ACTION_COMMAND: {
readonly SHOW_COLOR: "ShowColor";
readonly SHOW_EFFECT: "ShowEffect";
};