예제 #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)
 {
 }