Ejemplo n.º 1
0
 protected virtual void OnDestroy()
 {
     if (Systems.IsQuitting)
     {
         return;
     }
     pool.OnDestroyMember();
 }