Skip to content

Commit

Permalink
(amend)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunomiac committed Sep 23, 2023
1 parent 424be2a commit 9a30689
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ts/sheets/actor/blades-pc-sheet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ import U from "../../core/utilities.js";
import BladesSheet from "./blades-sheet.js";
import BladesActor from "../../blades-actor.js";
import BladesTrackerSheet from "../item/blades-tracker-sheet.js";
// import ConstructorDataType from "@league-of-foundry-developers/foundry-vtt-types/src/types/helperTypes.js";
// import type {ItemDataConstructorData} from "@league-of-foundry-developers/foundry-vtt-types/src/foundry/common/data/data.mjs/itemData.js";


class BladesPCSheet extends BladesSheet {


static override get defaultOptions() {
return foundry.utils.mergeObject(super.defaultOptions, {
classes: ["eunos-blades", "sheet", "actor", "pc"],
Expand Down Expand Up @@ -358,6 +354,4 @@ class BladesPCSheet extends BladesSheet {
}
}

// declare interface BladesPCSheet {

export default BladesPCSheet;

0 comments on commit 9a30689

Please sign in to comment.