mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
* Added an AppearanceSetting that decided if players should get to see information about hit/miss in chat messages * . * Improved setting name * Introduced metagaming settings * Raised verison
5 lines
300 B
JavaScript
5 lines
300 B
JavaScript
export { default as DhAppearance } from './Appearance.mjs';
|
|
export { default as DhAutomation } from './Automation.mjs';
|
|
export { default as DhHomebrew } from './Homebrew.mjs';
|
|
export { default as DhMetagaming } from './Metagaming.mjs';
|
|
export { default as DhVariantRules } from './VariantRules.mjs';
|