mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
15 lines
446 B
JavaScript
15 lines
446 B
JavaScript
export const displayDomainCardsAsList = 'displayDomainCardsAsList';
|
|
export const narrativeCountdown = {
|
|
simple: 'countdown-narrative-simple',
|
|
position: 'countdown-narrative-position'
|
|
};
|
|
export const encounterCountdown = {
|
|
simple: 'countdown-encounter-simple',
|
|
position: 'countdown-encounter-position'
|
|
};
|
|
|
|
export const itemAttachmentSource = 'attachmentSource';
|
|
|
|
export const userFlags = {
|
|
welcomeMessage: 'welcome-message'
|
|
};
|