@battle-racing/br-common-lib
Version:
Common library for all Battle Racing Repositorios
13 lines (12 loc) • 507 B
TypeScript
export declare const BALL_SHOOTER_COMMAND: {
readonly SHOOTER_OFF: "Shooter Off";
readonly SHOOTER_READY: "Shooter Ready";
readonly SHOOTER_ATTACK: "Shooter Attack";
};
export declare const BALL_SHOOTER_STATUS: {
readonly SHOOTER_DEACTIVATED: "Shooter Deactivated";
readonly SHOOTER_PREPARING_ENGINES: "Shooter Preparing Engines";
readonly SHOOTER_ACCELERATING_ENGINES: "Shooter Accelerating Engines";
readonly SHOOTING_BALL: "Shooting Ball";
readonly UNKNOWN: "Unknown";
};