selector(behaviourTreeAI bot) : base(bot) { }
public Action(behaviourTreeAI bot, delegates.action action) : base(bot) { _action = action; }
public task(behaviourTreeAI bot) { _bot = bot; }
public condition(behaviourTreeAI bot, delegates.decision decision) : base(bot) { _decision = decision; }
sequence(behaviourTreeAI bot) : base(bot) { }