UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

16 lines (15 loc) 396 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.KART_FINAL_STATE = exports.KART_STATUS = void 0; exports.KART_STATUS = { STAND_BY: 'standBy', IN_GAME: 'in-game', YELLOW_FLAG: 'yellow-flag', EMERGENCY: 'emergency', PITS: 'pits', ELIMINATED: 'eliminated', }; exports.KART_FINAL_STATE = { VICTORY: 'Victory', DEFEAT: 'Defeat', };