foundry-dsa41-game/src/module/documents/spell.mjs

9 lines
164 B
JavaScript

export class Spell extends Item {
/**
* Augment the basic Item data model with additional dynamic data.
*/
prepareData() {
super.prepareData();
}
}