Introduced metagaming settings

This commit is contained in:
WBHarry 2026-03-09 22:51:15 +01:00
parent 2292561cae
commit 61109e8738
16 changed files with 133 additions and 14 deletions

View file

@ -1,4 +1,5 @@
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';