Create a generic sheet that my more specific sheets can extend
This commit is contained in:
parent
2026785b09
commit
9d154cb303
2 changed files with 21 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
|||
export class PlayerSheet extends ActorSheet {
|
||||
import { GenericSheet } from "./GenericSheet.mjs";
|
||||
|
||||
export class PlayerSheet extends GenericSheet {
|
||||
static get defaultOptions() {
|
||||
let opts = mergeObject(
|
||||
super.defaultOptions,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue