Click or drag to resize
AnimalInternalAnimalSerialize Method
Implemented by the Animal class in order to allow serialization 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 InternalAnimalSerialize(
	MemoryStream m
)

Parameters

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