Ejemplo n.º 1
0
 @Override
 public boolean isTargetHostile(Ai target) {
   return !target.isDead() && target != this;
 }