UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

16 lines (15 loc) 557 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BALL_SHOOTER_STATUS = exports.BALL_SHOOTER_COMMAND = void 0; exports.BALL_SHOOTER_COMMAND = { SHOOTER_OFF: 'Shooter Off', SHOOTER_READY: 'Shooter Ready', SHOOTER_ATTACK: 'Shooter Attack', }; exports.BALL_SHOOTER_STATUS = { SHOOTER_DEACTIVATED: 'Shooter Deactivated', SHOOTER_PREPARING_ENGINES: 'Shooter Preparing Engines', SHOOTER_ACCELERATING_ENGINES: 'Shooter Accelerating Engines', SHOOTING_BALL: 'Shooting Ball', UNKNOWN: 'Unknown', };