This commit is contained in:
2025-06-09 22:08:44 +02:00
parent 5686252e3b
commit 48eb799861
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
export default class PokemonItemSheet extends ItemSheet {
export default class PokemonItemSheet extends foundry.appv1.sheets.ItemSheet {
get template() {
return `systems/pokemon/templates/sheets/${this.item.type}-sheet.html`
}