protected virtual void Start()
 {
     _dropController.Init(this);
     SpawnedEntities.AddDrop(this);
     DestroyDropAfter(_lifeTime);
 }