mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 19:51:08 +01:00
FEAT: add baseDataModel logic
This commit is contained in:
parent
746e0f239a
commit
70d8f37d3c
7 changed files with 254 additions and 7 deletions
5
module/data/pseudo-documents/_module.mjs
Normal file
5
module/data/pseudo-documents/_module.mjs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import BasePseudoDocument from "./base.mjs";
|
||||
|
||||
export {
|
||||
BasePseudoDocument
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue