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: BaseLibAssembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0
Syntax
C# |
---|
public class Brain : IBehaviourController |