Rename generic sheet to make it more clear that it's only for actors

This commit is contained in:
Oliver-Akins 2023-12-30 21:12:17 -07:00
parent cfa2179817
commit b50cfc9dc7
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,4 @@
import { GenericActorSheet } from "./GenericSheet.mjs";
import { GenericActorSheet } from "./GenericActorSheet.mjs";
export class PlayerSheet extends GenericActorSheet {
static get defaultOptions() {