Prevent data from being undefined within actors and sheets because of my attempt at getting TS to play nicely
This commit is contained in:
parent
33ccb01a6f
commit
30ed81cafa
2 changed files with 0 additions and 6 deletions
|
|
@ -5,10 +5,6 @@ import { modifierToString } from "../../../utils/modifierToString.mjs";
|
|||
import { Player } from "../../../documents/Actor/Player.mjs";
|
||||
|
||||
export class PlayerSheetv2 extends GenericActorSheet {
|
||||
|
||||
/** @type {Player | null} */
|
||||
actor;
|
||||
|
||||
static get defaultOptions() {
|
||||
let opts = mergeObject(
|
||||
super.defaultOptions,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue