mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
chore: add author + missing TextEditor
This commit is contained in:
parent
2d832e74d4
commit
00fe549b6f
3 changed files with 5 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ import AncestrySelectionDialog from '../ancestrySelectionDialog.mjs';
|
|||
import DaggerheartSheet from './daggerheart-sheet.mjs';
|
||||
|
||||
const { ActorSheetV2 } = foundry.applications.sheets;
|
||||
const { TextEditor } = foundry.applications.ux;
|
||||
export default class PCSheet extends DaggerheartSheet(ActorSheetV2) {
|
||||
constructor(options = {}) {
|
||||
super(options);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue