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;
 }