import HeritiersItemSheet from "./base-item-sheet.mjs" export default class HeritiersProtectionSheet extends HeritiersItemSheet { /** @override */ static DEFAULT_OPTIONS = { ...super.DEFAULT_OPTIONS, window: { ...super.DEFAULT_OPTIONS.window, title: "SHEETS.Item.protection", }, } /** @override */ static PARTS = { sheet: { template: "systems/fvtt-les-heritiers/templates/item-protection-sheet.html", }, } }