chore: more model stuff
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user