UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

11 lines (10 loc) 350 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SPEED_STATUS = void 0; const base_hardware_status_1 = require("./base-hardware-status"); exports.SPEED_STATUS = { ...base_hardware_status_1.BASE_HARDWARE_STATUS, STANDBY: 'Standby', CHANGING_SPEED: 'Changing Speed', IN_EMERGENCY: 'In Emergency', };