mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 12:11:07 +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
|
|
@ -12,3 +12,4 @@ export { default as DhpWeapon } from './sheets/items/weapon.mjs';
|
|||
export { default as DhpArmor } from './sheets/items/armor.mjs';
|
||||
export { default as DhpChatMessage } from './chatMessage.mjs';
|
||||
export { default as DhpEnvironment } from './sheets/environment.mjs';
|
||||
export { default as DhActiveEffectConfig } from './sheets/activeEffectConfig.mjs';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue