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,6 +1,6 @@
import { RdDItemSheet } from "../item-sheet.js";
import { RdDItemSheetV1 } from "../item-sheet.js";
export class RdDServiceItemSheet extends RdDItemSheet {
export class RdDServiceItemSheet extends RdDItemSheetV1 {
static get ITEM_TYPE() { return "service" };