This commit is contained in:
2025-06-09 21:52:22 +02:00
parent 436c867dd5
commit 84a2ef8aeb
7 changed files with 49 additions and 5 deletions

View File

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