Fixed Feature level unregistration

This commit is contained in:
WBHarry 2026-01-15 23:04:41 +01:00
parent 6f4ed1d6d9
commit 0b2241076c
5 changed files with 164 additions and 152 deletions

View file

@ -1,6 +1,7 @@
export { default as DhCombat } from './combat.mjs';
export { default as DhCombatant } from './combatant.mjs';
export { default as DhTagTeamRoll } from './tagTeamRoll.mjs';
export { default as RegisteredTriggers } from './registeredTriggers.mjs';
export * as countdowns from './countdowns.mjs';
export * as actions from './action/_module.mjs';