Start SheetV2 & fields

This commit is contained in:
2025-02-01 00:54:15 +01:00
parent e32a7d7540
commit 2f667d633b
24 changed files with 462 additions and 34 deletions

View File

@ -1,7 +1,7 @@
import { RdDRencontre } from "./rencontre.js";
import { RdDItemSheet } from "../item-sheet.js";
import { RdDItemSheetV1 } from "../item-sheet.js";
export class RdDRencontreItemSheet extends RdDItemSheet {
export class RdDRencontreItemSheet extends RdDItemSheetV1 {
static get ITEM_TYPE() { return "rencontre" };