@battle-racing/br-common-lib
Version:
Common library for all Battle Racing Repositorios
13 lines (12 loc) • 475 B
TypeScript
export declare const MODULE_NAME: {
readonly SPEED: "speed";
readonly FLAG: "flag";
readonly RGB: "rgb";
readonly DISK_SENSOR_BALL_SHOOTER: "disk-sensor-ball-shooter";
readonly BALL_SENSOR_DISK_THROWER: "ball-sensor-disk-thrower";
readonly LEFT_STAR_BACK_LASER: "left-star-back-laser";
readonly RIGHT_STAR_FRONT_LASER: "right-star-front-laser";
readonly SCREEN: "screen";
readonly EMERGENCY: "emergency";
readonly LIGHTS: "lights";
};