merged main in branch
Pull Request Check / testing (pull_request) Successful in 9s Details

pull/13/head
Jendrik 2025-09-27 19:58:45 +02:00
parent 95c6a32b2e
commit eb73822ba5
1 changed files with 6 additions and 8 deletions

View File

@ -1,11 +1,9 @@
import { PlayerCharacterDataModel } from "./module/character/character.mjs";
import {SkillSheet} from "./module/sheets/skillSheet.mjs";
import {SpellSheet} from "./module/sheets/spellSheet.mjs";
import {SkillDataModel} from "./module/data/skill.mjs";
import {SpellDataModel} from "./module/data/spell.mjs";
import {Character} from "./module/documents/character.mjs";
import {PlayerCharacterDataModel} from "./module/character/character.mjs";
import {DsaActor} from "./module/Actors/dsa-actor.mjs";
import {PlayerCharacterDataModel} from "./module/data/character.mjs";
import {CharacterSheet} from "./module/Sheet/CharacterSheet.mjs";
Hooks.once("init", () => {