Rename existing PC sheet to make it more obvious it's the MVP
This commit is contained in:
parent
b123bea62c
commit
d74416c620
2 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { ActorHandler } from "../documents/Actor/Handler.mjs";
|
||||
import { GenericActorSheet } from "./GenericActorSheet.mjs";
|
||||
|
||||
export class PlayerSheet extends GenericActorSheet {
|
||||
export class MVPPCSheet extends GenericActorSheet {
|
||||
|
||||
/** @override {ActorHandler} actor */
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue