UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

13 lines (12 loc) 358 B
export declare const KART_STATUS: { readonly STAND_BY: "standBy"; readonly IN_GAME: "in-game"; readonly YELLOW_FLAG: "yellow-flag"; readonly EMERGENCY: "emergency"; readonly PITS: "pits"; readonly ELIMINATED: "eliminated"; }; export declare const KART_FINAL_STATE: { readonly VICTORY: "Victory"; readonly DEFEAT: "Defeat"; };