pub fn instance_restore(
type_id: BehaviorTypeIdInner,
bytes: &[u8],
) -> BehaviorInstanceId
Expand description
Restore a behavior instance by deserializing it from a persistent representation
pub fn instance_restore(
type_id: BehaviorTypeIdInner,
bytes: &[u8],
) -> BehaviorInstanceId
Restore a behavior instance by deserializing it from a persistent representation