public void moveEnemyToPoint()
 {
     e.DisableAi();
     e.enemyMoveToPoint(enemyPosition.position);
 }