Added DhTooltipManager aswell as placeholder rendering for Armor/Weapon/DomainCard

This commit is contained in:
WBHarry 2025-07-02 16:50:14 +02:00
parent eb647f1e31
commit d3951b9c62
7 changed files with 34 additions and 1 deletions

View file

@ -15,5 +15,6 @@ export { default as DhpChatMessage } from './chatMessage.mjs';
export { default as DhpEnvironment } from './sheets/actors/environment.mjs';
export { default as DhActiveEffectConfig } from './sheets/activeEffectConfig.mjs';
export { default as DhContextMenu } from './contextMenu.mjs';
export { default as DhTooltipManager } from './tooltipManager.mjs';
export * as api from './sheets/api/_modules.mjs';