import HawkmoonItemSheet from "./base-item-sheet.mjs" export default class HawkmoonProfilSheet extends HawkmoonItemSheet { /** @override */ static DEFAULT_OPTIONS = { classes: ["profil"], position: { width: 620, }, window: { contentClasses: ["profil-content"], }, } /** @override */ static PARTS = { main: { template: "systems/fvtt-hawkmoon-cyd/templates/item-profil-sheet.hbs", }, } }