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

10 lines
181 B
JavaScript

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