public TakingDamage(AI_Core_V3 context)
 {
     this.context = context;
 }
 public Talk(AI_Core_V3 context)
 {
     this.context = context;
 }
예제 #3
0
 public Fight(AI_Core_V3 context)
 {
     this.context = context;
 }
예제 #4
0
 public Dodge(AI_Core_V3 context)
 {
     this.context = context;
 }
예제 #5
0
 public Flee(AI_Core_V3 context)
 {
     this.context = context;
 }
예제 #6
0
 public Defend(AI_Core_V3 context)
 {
     this.context = context;
 }