mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 22:46:12 +01:00
Le massive export update
This commit is contained in:
parent
9c30e51546
commit
ea9e96ae96
60 changed files with 919 additions and 914 deletions
5
module/dice/_module.mjs
Normal file
5
module/dice/_module.mjs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
export { default as D20Roll } from './d20Roll.mjs';
|
||||
export { default as DamageRoll } from './damageRoll.mjs';
|
||||
export { default as DHRoll } from './dhRoll.mjs';
|
||||
export { default as DualityDie } from './dualityDie.mjs';
|
||||
export { default as DualityRoll } from './dualityRoll.mjs';
|
||||
Loading…
Add table
Add a link
Reference in a new issue