mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-09 12:41:20 +01:00
Le massive export update
This commit is contained in:
parent
9c30e51546
commit
ea9e96ae96
60 changed files with 919 additions and 914 deletions
4
module/applications/sheets/actors/_module.mjs
Normal file
4
module/applications/sheets/actors/_module.mjs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export { default as Adversary } from './adversary.mjs';
|
||||
export { default as Character } from './character.mjs';
|
||||
export { default as Companion } from './companion.mjs';
|
||||
export { default as Environment } from './environment.mjs';
|
||||
Loading…
Add table
Add a link
Reference in a new issue