chore: more model stuff

This commit is contained in:
Joscha Maier
2024-10-02 14:45:44 +02:00
parent ada2dc40c5
commit 8da6565aae
9 changed files with 49 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ import Stat from "./dataModel.mjs"
/* Actor base Model */
/* -------------------------------------------- */
const fields = foundry.data.fields;
class ActorGeneral extends foundry.abstract.TypeDataModel
export default class ActorGeneral extends foundry.abstract.TypeDataModel
{
static defineSchema(){
return {