✨
This commit is contained in:
5
modules/sheets/PokemonItemSheet.js
Normal file
5
modules/sheets/PokemonItemSheet.js
Normal file
@ -0,0 +1,5 @@
|
||||
export default class PokemonItemSheet extends ItemSheet {
|
||||
get template() {
|
||||
return `systems/pokemon/templates/sheets/${this.item.data.type}-sheet.html`
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user