UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

10 lines (9 loc) 233 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', } as const;