Fixed new style of dialog

This commit is contained in:
WBHarry 2025-08-09 21:58:11 +02:00
parent 87d4ec0c7e
commit 29cc71367f
8 changed files with 472 additions and 0 deletions

View file

@ -6,5 +6,6 @@ export { default as DeathMove } from './deathMove.mjs';
export { default as Downtime } from './downtime.mjs';
export { default as MulticlassChoiceDialog } from './multiclassChoiceDialog.mjs';
export { default as OwnershipSelection } from './ownershipSelection.mjs';
export { default as RerollDialog } from './rerollDialog.mjs';
export { default as ResourceDiceDialog } from './resourceDiceDialog.mjs';
export { default as ActionSelectionDialog } from './actionSelectionDialog.mjs';