Initializes a new instance of the Brain class.

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

Syntax

C#
public Brain(
	Behaviour behaviour
)

Parameters

behaviour
Type: BaseLib..::..Behaviour
The Behaviour this Brain will run.

See Also