Creature.prototype.loadFrom(json: CreatureInternal | CreatureExport,validate: boolean,): void
Load the creature from a JSON object.
json: CreatureInternal | CreatureExport
- The JSON object representing the creature.
validate: boolean
- Whether to validate the creature after loading.