private void OnBulletDestroy(IBullet bullet)
 {
     if (!BulletDestroyer)
     {
         return;
     }
     bullet.DestroyBehaviour();
 }