protected virtual void DestroyDrop()
 {
     Destroy(gameObject);
     SpawnedEntities.RemoveDrop(this);
 }