Example #1
0
 public void checkMovement()
 {
     currentDir = AI.getDirection();
     isMoving   = AI.canMove;
 }