moveToPlayer method

void moveToPlayer()

Implementation

void moveToPlayer() {
  target = gameRef.player;
}