Add bytes to the Mob data model
This commit is contained in:
parent
aee607e1bc
commit
91a98d3d2a
1 changed files with 4 additions and 0 deletions
|
|
@ -34,6 +34,10 @@ export class MobData extends foundry.abstract.TypeDataModel {
|
|||
initial: ``,
|
||||
blank: true,
|
||||
}),
|
||||
bytes: new fields.NumberField({
|
||||
initial: 0,
|
||||
min: 0,
|
||||
}),
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue