UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

19 lines (18 loc) 562 B
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"; }; export declare const DAMAGE_TARGET: { readonly ANY: "Any"; readonly ALL: "All"; readonly FIRST: "First"; readonly LAST: "Last"; readonly NEXT: "Next"; readonly PREVIOUS: "Previous"; };