mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-08 06:56:12 +01:00
FEAT: create isNPC geeter and add the prop on metada on actors
FEAT: create common method for documents sheets FEAT: create BaseActorSheet and implementation
This commit is contained in:
parent
608920c193
commit
98fee6096d
11 changed files with 302 additions and 418 deletions
|
|
@ -1,3 +1,4 @@
|
|||
export { default as DHApplicationMixin } from './application-mixin.mjs';
|
||||
export { default as DHBaseItemSheet } from './base-item.mjs';
|
||||
export { default as DHHeritageSheet } from './heritage-sheet.mjs';
|
||||
export { default as DHBaseActorSheet } from "./base-actor.mjs";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue