Start SheetV2 & fields

This commit is contained in:
2025-02-01 00:54:15 +01:00
parent 78e30b5503
commit da1719a336
25 changed files with 462 additions and 40 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" };