Adds an object to this living. The object gets added to the list of things the living is carrying.

Namespace: BaseLib
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
public virtual void AddToContainer(
	Thing thing
)

Parameters

thing
Type: BaseLib..::..Thing
Thing to carry.

Implements

IContainer..::..AddToContainer(Thing)

See Also