예제 #1
0
파일: GameUnit.java 프로젝트: Gatou/Gaga
 public void actionCompleted() {
   ai.actionState = AiActionState.WAIT;
   path = null;
 }
예제 #2
0
파일: GameUnit.java 프로젝트: Gatou/Gaga
 public void update() {
   super.update();
   ai.update();
 }