The Brain runs behaviours for an npc. It runs a single behaviour only, so if you want to switch between multiple different behaviours use a BehaviourList and add that to the Brain.

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

Syntax

C#
public class Brain : IBehaviourController

Inheritance Hierarchy

System..::..Object
  BaseLib..::..Brain

See Also