public override void OnRelease()
 {
     this.bUpdType = 0;
     if (this.stValueParam != null)
     {
         this.stValueParam.Release();
         this.stValueParam = null;
     }
 }
 public SCDT_NTF_HERO_INFO_UPD()
 {
     this.stValueParam = (SCDT_NTF_HERO_INFO_UPD_PARAM)ProtocolObjectPool.Get(SCDT_NTF_HERO_INFO_UPD_PARAM.CLASS_ID);
 }
 public override void OnUse()
 {
     this.stValueParam = (SCDT_NTF_HERO_INFO_UPD_PARAM)ProtocolObjectPool.Get(SCDT_NTF_HERO_INFO_UPD_PARAM.CLASS_ID);
 }