Create the Item data model
This commit is contained in:
parent
cc8f054115
commit
f91c3d2419
5 changed files with 38 additions and 13 deletions
|
|
@ -1,7 +0,0 @@
|
|||
const { Item } = foundry.documents;
|
||||
|
||||
export class TAFItem extends Item {
|
||||
async _preCreate() {
|
||||
return false;
|
||||
};
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue