示例#1
0
 selector(behaviourTreeAI bot) : base(bot)
 {
 }
示例#2
0
 public Action(behaviourTreeAI bot, delegates.action action) : base(bot)
 {
     _action = action;
 }
示例#3
0
 public task(behaviourTreeAI bot)
 {
     _bot = bot;
 }
示例#4
0
 public condition(behaviourTreeAI bot, delegates.decision decision) : base(bot)
 {
     _decision = decision;
 }
示例#5
0
 sequence(behaviourTreeAI bot) : base(bot)
 {
 }