Create the Item data model

This commit is contained in:
Oliver 2026-03-08 13:11:14 -06:00
parent cc8f054115
commit f91c3d2419
5 changed files with 38 additions and 13 deletions

View file

@ -1,7 +0,0 @@
const { Item } = foundry.documents;
export class TAFItem extends Item {
async _preCreate() {
return false;
};
};