Remove some stuff that I started but began to overwhelm me
This commit is contained in:
parent
69f6d91385
commit
6700c8c1fb
6 changed files with 11 additions and 50 deletions
9
module/models/template.mjs
Normal file
9
module/models/template.mjs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import { DescribedItemData } from "./DescribedItemData.mjs";
|
||||
|
||||
export class TemplateData extends DescribedItemData {
|
||||
static defineSchema() {
|
||||
const fields = foundry.data.fields;
|
||||
return mergeObject(super.defineSchema(), {
|
||||
});
|
||||
};
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue