I hate this software and documentation

This commit is contained in:
Joscha Maier
2024-10-07 14:12:05 +02:00
parent 8da6565aae
commit 54798bd300
9 changed files with 54 additions and 19 deletions

View File

@@ -22,4 +22,8 @@ export default class ActorGeneral extends foundry.abstract.TypeDataModel
}),
}
}
prepareDerivedData() {
super.prepareDerivedData();
}
}