Added DhTooltipManager aswell as placeholder rendering for Armor/Weapon/DomainCard (#245)

This commit is contained in:
WBHarry 2025-07-02 23:21:02 +02:00 committed by GitHub
parent 750282aeec
commit ee8a48f73d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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';