moveToPlayer method

void moveToPlayer()

Implementation

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