UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

14 lines (12 loc) 275 B
export const KART_STATUS = { STAND_BY: 'standBy', IN_GAME: 'in-game', YELLOW_FLAG: 'yellow-flag', EMERGENCY: 'emergency', PITS: 'pits', ELIMINATED: 'eliminated', } as const; export const KART_FINAL_STATE = { VICTORY: 'Victory', DEFEAT: 'Defeat', } as const;