mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 19:51:08 +01:00
Added Dh classes to ActiveEffect/ActiveEffectConfig with some initial logic
This commit is contained in:
parent
7799f4f1eb
commit
a806e1f9bb
16 changed files with 226 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
export { default as DhpActor } from './actor.mjs';
|
||||
export { default as DhpItem } from './item.mjs';
|
||||
export { default as DhpCombat } from './combat.mjs';
|
||||
export { default as DhActiveEffect } from './activeEffect.mjs';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue