mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
* Added the shell of the Countdown application * Added countdown automation * Fixed overflow layout and added confirmation on countdown removal * Added ownership to countdowns
4 lines
101 B
JavaScript
4 lines
101 B
JavaScript
export const hooks = {
|
|
characterAttack: 'characterAttackHook',
|
|
spotlight: 'spotlightHook'
|
|
};
|