Added itemUse macro on drag to hotbar

This commit is contained in:
WBHarry 2025-07-15 22:06:34 +02:00
parent f2176c6238
commit e11c1ad972
3 changed files with 54 additions and 0 deletions

View file

@ -2,3 +2,4 @@ export { default as DhChatLog } from './chatLog.mjs';
export { default as DhCombatTracker } from './combatTracker.mjs';
export * as DhCountdowns from './countdowns.mjs';
export { default as DhFearTracker } from './fearTracker.mjs';
export { default as DhHotbar } from './hotbar.mjs';