예제 #1
0
파일: DaemonAi.java 프로젝트: Whet/Atrophy
 @Override
 public boolean isTargetHostile(Ai target) {
   return !target.isDead() && target != this;
 }