daggerheart/module/applications/config/hooksConfig.mjs
2025-07-04 17:54:18 +02:00

4 lines
101 B
JavaScript

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