void FixedUpdate()
 {
     enemy.Move(PlayerEntity.playerPosition);
 }