UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

11 lines (10 loc) 267 B
export const DAMAGE_EFFECT = { GENERIC: 'Generic', TRAP_HIT: 'Trap Hit', PULSE_HIT: 'Pulse Hit', STAR_HIT_LEFT: 'Star Hit Left', STAR_HIT_RIGHT: 'Star Hit Right', SHOT_HIT: 'Shot Hit', SHORTCUT: 'Shortcut', BLUE_SHOT_HIT: 'Blue Shot Hit', } as const;