daggerheart/module/config/hooksConfig.mjs
WBHarry c15d55a505
120 - Countdowns (#158)
* Added the shell of the Countdown application

* Added countdown automation

* Fixed overflow layout and added confirmation on countdown removal

* Added ownership to countdowns
2025-06-21 21:37:22 +02:00

4 lines
101 B
JavaScript

export const hooks = {
characterAttack: 'characterAttackHook',
spotlight: 'spotlightHook'
};