daggerheart/module/config/hooksConfig.mjs
2025-06-21 14:13:26 +02:00

4 lines
101 B
JavaScript

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