@battle-racing/br-common-lib
Version:
Common library for all Battle Racing Repositorios
11 lines (10 loc) • 353 B
TypeScript
export declare const DAMAGE_EFFECT: {
readonly GENERIC: "Generic";
readonly TRAP_HIT: "Trap Hit";
readonly PULSE_HIT: "Pulse Hit";
readonly STAR_HIT_LEFT: "Star Hit Left";
readonly STAR_HIT_RIGHT: "Star Hit Right";
readonly SHOT_HIT: "Shot Hit";
readonly SHORTCUT: "Shortcut";
readonly BLUE_SHOT_HIT: "Blue Shot Hit";
};