public TakingDamage(AI_Core_V3 context)
 {
     this.context = context;
 }
 public Talk(AI_Core_V3 context)
 {
     this.context = context;
 }
Ejemplo n.º 3
0
 public Fight(AI_Core_V3 context)
 {
     this.context = context;
 }
Ejemplo n.º 4
0
 public Dodge(AI_Core_V3 context)
 {
     this.context = context;
 }
Ejemplo n.º 5
0
 public Flee(AI_Core_V3 context)
 {
     this.context = context;
 }
Ejemplo n.º 6
0
 public Defend(AI_Core_V3 context)
 {
     this.context = context;
 }