Rename existing PC sheet to make it more obvious it's the MVP

This commit is contained in:
Oliver-Akins 2024-02-25 19:53:41 -07:00
parent b123bea62c
commit d74416c620
2 changed files with 4 additions and 3 deletions

View file

@ -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 */