Method Deserialize
Deserialize(byte[])
Deserializes a creature from a GFF payload (BIC/UTC), returning a NwCreature instance created from the serialized data.
public static NwCreature? Deserialize(byte[] serialized)
Parameters
serializedbyte[]The serialized GFF bytes (BIC, GFF, or UTC).
Returns
- NwCreature
The deserialized creature, or null if invalid.