mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 19:51:08 +01:00
7 lines
272 B
JavaScript
7 lines
272 B
JavaScript
export default class BaseRoll extends Roll {
|
|
/** @inheritdoc */
|
|
static CHAT_TEMPLATE = 'systems/daggerheart/templates/ui/chat/foundryRoll.hbs';
|
|
|
|
/** @inheritdoc */
|
|
static TOOLTIP_TEMPLATE = 'systems/daggerheart/templates/ui/chat/foundryRollTooltip.hbs';
|
|
}
|