public override void OnRelease()
 {
     this.bReason = 0;
     if (this.stReasonDetail != null)
     {
         this.stReasonDetail.Release();
         this.stReasonDetail = null;
     }
 }
 public COMDT_MATCHTEAM_DESTROY()
 {
     this.stReasonDetail = (COMDT_MATCHTEAM_DESTROY_REASON)ProtocolObjectPool.Get(COMDT_MATCHTEAM_DESTROY_REASON.CLASS_ID);
 }