Trait Items #72

Open
Oliver wants to merge 41 commits from feature/trait-items into main
Showing only changes of commit 165c24f32c - Show all commits

View file

@ -22,8 +22,4 @@ export class TraitData extends foundry.abstract.TypeDataModel {
}; };
}; };
// #endregion // #endregion
async getFormFields() {
return [];
};
}; };