public override void OnRelease()
 {
     this.ullUserQQ   = 0uL;
     this.iSettleType = 0;
     if (this.stCheatDetail != null)
     {
         this.stCheatDetail.Release();
         this.stCheatDetail = null;
     }
     if (this.stBattleParam != null)
     {
         this.stBattleParam.Release();
         this.stBattleParam = null;
     }
     if (this.stServerParam != null)
     {
         this.stServerParam.Release();
         this.stServerParam = null;
     }
     if (this.stMemberDetail != null)
     {
         this.stMemberDetail.Release();
         this.stMemberDetail = null;
     }
     this.bFinishType = 0;
     if (this.stSettleDetail != null)
     {
         this.stSettleDetail.Release();
         this.stSettleDetail = null;
     }
 }
 public COMDT_MULTI_GAME_SETTLE()
 {
     this.stCheatDetail  = (COMDT_INGAME_CHEAT_DETAIL)ProtocolObjectPool.Get(COMDT_INGAME_CHEAT_DETAIL.CLASS_ID);
     this.stBattleParam  = (COMDT_MULTI_GAME_PARAM)ProtocolObjectPool.Get(COMDT_MULTI_GAME_PARAM.CLASS_ID);
     this.stServerParam  = (COMDT_MULTI_GAME_SERVER_PARAM)ProtocolObjectPool.Get(COMDT_MULTI_GAME_SERVER_PARAM.CLASS_ID);
     this.stMemberDetail = (COMDT_MULTIGAME_MEMBER_BRIEF_INFO_DETAIL)ProtocolObjectPool.Get(COMDT_MULTIGAME_MEMBER_BRIEF_INFO_DETAIL.CLASS_ID);
     this.stSettleDetail = (COMDT_MULTIGAME_SETTLE_UNION)ProtocolObjectPool.Get(COMDT_MULTIGAME_SETTLE_UNION.CLASS_ID);
 }
Exemplo n.º 3
0
 public override void OnRelease()
 {
     if (this.stCommonInfo != null)
     {
         this.stCommonInfo.Release();
         this.stCommonInfo = null;
     }
     this.dwDeskId   = 0u;
     this.dwDeskSeq  = 0u;
     this.bPlayerNum = 0;
 }
 public override void OnRelease()
 {
     this.dwAcntObjID = 0u;
     if (this.stBattleParam != null)
     {
         this.stBattleParam.Release();
         this.stBattleParam = null;
     }
     if (this.stCommonData != null)
     {
         this.stCommonData.Release();
         this.stCommonData = null;
     }
 }
 public CSDT_MULTIGAMEOVER_INFO()
 {
     this.stBattleParam = (COMDT_MULTI_GAME_PARAM)ProtocolObjectPool.Get(COMDT_MULTI_GAME_PARAM.CLASS_ID);
     this.stCommonData  = (COMDT_SETTLE_COMMON_DATA)ProtocolObjectPool.Get(COMDT_SETTLE_COMMON_DATA.CLASS_ID);
 }
 public override void OnUse()
 {
     this.stBattleParam = (COMDT_MULTI_GAME_PARAM)ProtocolObjectPool.Get(COMDT_MULTI_GAME_PARAM.CLASS_ID);
     this.stCommonData  = (COMDT_SETTLE_COMMON_DATA)ProtocolObjectPool.Get(COMDT_SETTLE_COMMON_DATA.CLASS_ID);
 }
Exemplo n.º 7
0
 public CSPKG_PVP_COMMINFO_REPORT()
 {
     this.stCommonInfo = (COMDT_MULTI_GAME_PARAM)ProtocolObjectPool.Get(COMDT_MULTI_GAME_PARAM.CLASS_ID);
 }
Exemplo n.º 8
0
 public override void OnUse()
 {
     this.stCommonInfo = (COMDT_MULTI_GAME_PARAM)ProtocolObjectPool.Get(COMDT_MULTI_GAME_PARAM.CLASS_ID);
 }