protected void OnDestroy()
 {
     if (spawner)
     {
         spawner.HandleDestroyedObject(this);
     }
 }