Click or drag to resize
AnimalInternalAnimalDeserialize Method
Implemented by the Animal class in order to allow deserialization of any private members required for the class to operate properly after deserialization.

Namespace: Terrarium.Sdk.Classes.Creature
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public void InternalAnimalDeserialize(
	MemoryStream m
)

Parameters

m
Type: System.IOMemoryStream
A memory stream that can be written to.
See Also