mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
4 lines
101 B
JavaScript
4 lines
101 B
JavaScript
export const hooks = {
|
|
characterAttack: 'characterAttackHook',
|
|
spotlight: 'spotlightHook'
|
|
};
|