Esempio n. 1
0
 public override void OnRelease()
 {
     if (this.stRewardInfo != null)
     {
         this.stRewardInfo.Release();
         this.stRewardInfo = null;
     }
 }
Esempio n. 2
0
 public override void OnRelease()
 {
     this.bCurStep = 0;
     if (this.stRewardItem != null)
     {
         this.stRewardItem.Release();
         this.stRewardItem = null;
     }
 }
Esempio n. 3
0
 public override void OnRelease()
 {
     this.dwPropID = 0u;
     if (this.stRewardInfo != null)
     {
         this.stRewardInfo.Release();
         this.stRewardInfo = null;
     }
     this.wItemCnt = 0;
 }
 public override void OnUse()
 {
     this.stGameInfo       = (COMDT_GAME_INFO)ProtocolObjectPool.Get(COMDT_GAME_INFO.CLASS_ID);
     this.stAcntInfo       = (COMDT_ACNT_INFO)ProtocolObjectPool.Get(COMDT_ACNT_INFO.CLASS_ID);
     this.stRankInfo       = (COMDT_RANK_SETTLE_INFO)ProtocolObjectPool.Get(COMDT_RANK_SETTLE_INFO.CLASS_ID);
     this.stHeroList       = (COMDT_SETTLE_HERO_RESULT_DETAIL)ProtocolObjectPool.Get(COMDT_SETTLE_HERO_RESULT_DETAIL.CLASS_ID);
     this.stReward         = (COMDT_REWARD_DETAIL)ProtocolObjectPool.Get(COMDT_REWARD_DETAIL.CLASS_ID);
     this.stMultipleDetail = (COMDT_REWARD_MULTIPLE_DETAIL)ProtocolObjectPool.Get(COMDT_REWARD_MULTIPLE_DETAIL.CLASS_ID);
     this.stSpecReward     = (COMDT_PVPSPECITEM_OUTPUT)ProtocolObjectPool.Get(COMDT_PVPSPECITEM_OUTPUT.CLASS_ID);
 }
 public override void OnRelease()
 {
     this.wHuoYueDuId = 0;
     this.bRewardType = 0;
     if (this.stRewardInfo != null)
     {
         this.stRewardInfo.Release();
         this.stRewardInfo = null;
     }
 }
 public override void OnRelease()
 {
     this.dwHeroID   = 0;
     this.dwWakeStep = 0;
     if (this.stRewardInfo != null)
     {
         this.stRewardInfo.Release();
         this.stRewardInfo = null;
     }
 }
Esempio n. 7
0
 public override void OnRelease()
 {
     this.iErrorCode         = 0;
     this.iLevel             = 0;
     this.ullLevelRewardFlag = 0uL;
     if (this.stRewardInfo != null)
     {
         this.stRewardInfo.Release();
         this.stRewardInfo = null;
     }
 }
Esempio n. 8
0
 public override void OnRelease()
 {
     this.iErrorCode = 0;
     if (this.stRewardDetail != null)
     {
         this.stRewardDetail.Release();
         this.stRewardDetail = null;
     }
     this.bDifficultType = 0;
     this.bChapterNo     = 0;
 }
 public override void OnRelease()
 {
     this.iResult      = 0;
     this.bMoneyType   = 0;
     this.bExternIndex = 0;
     if (this.stReward != null)
     {
         this.stReward.Release();
         this.stReward = null;
     }
 }
 public override void OnRelease()
 {
     if (this.stUin != null)
     {
         this.stUin.Release();
         this.stUin = null;
     }
     this.wRecruitRewardId = 0;
     if (this.stRewardInfo != null)
     {
         this.stRewardInfo.Release();
         this.stRewardInfo = null;
     }
 }
Esempio n. 11
0
 public override void OnRelease()
 {
     this.bWealType  = 0;
     this.dwWealID   = 0;
     this.dwPeriodID = 0;
     this.iResult    = 0;
     this.iExtraCode = 0;
     if (this.stMultipleInfo != null)
     {
         this.stMultipleInfo.Release();
         this.stMultipleInfo = null;
     }
     if (this.stReward != null)
     {
         this.stReward.Release();
         this.stReward = null;
     }
 }
 public override void OnRelease()
 {
     if (this.stReward != null)
     {
         this.stReward.Release();
         this.stReward = null;
     }
     this.bNextLevelNo = 0;
     if (this.stNextEnemyInfo != null)
     {
         this.stNextEnemyInfo.Release();
         this.stNextEnemyInfo = null;
     }
     if (this.stMultipleDetail != null)
     {
         this.stMultipleDetail.Release();
         this.stMultipleDetail = null;
     }
 }
Esempio n. 13
0
 public override void OnRelease()
 {
     if (this.stGameInfo != null)
     {
         this.stGameInfo.Release();
         this.stGameInfo = null;
     }
     if (this.stAcntInfo != null)
     {
         this.stAcntInfo.Release();
         this.stAcntInfo = null;
     }
     if (this.stRankInfo != null)
     {
         this.stRankInfo.Release();
         this.stRankInfo = null;
     }
     if (this.stHeroList != null)
     {
         this.stHeroList.Release();
         this.stHeroList = null;
     }
     if (this.stReward != null)
     {
         this.stReward.Release();
         this.stReward = null;
     }
     if (this.stMultipleDetail != null)
     {
         this.stMultipleDetail.Release();
         this.stMultipleDetail = null;
     }
     if (this.stSpecReward != null)
     {
         this.stSpecReward.Release();
         this.stSpecReward = null;
     }
     this.dwTipsMask = 0u;
 }
Esempio n. 14
0
 public SCPKG_GET_CHAPTER_REWARD_RSP()
 {
     this.stRewardDetail = (COMDT_REWARD_DETAIL)ProtocolObjectPool.Get(COMDT_REWARD_DETAIL.CLASS_ID);
 }
Esempio n. 15
0
 public SCPKG_DRAWWEAL_RSP()
 {
     this.stMultipleInfo = (COMDT_MULTIPLE_INFO_NEW)ProtocolObjectPool.Get(COMDT_MULTIPLE_INFO_NEW.CLASS_ID);
     this.stReward       = (COMDT_REWARD_DETAIL)ProtocolObjectPool.Get(COMDT_REWARD_DETAIL.CLASS_ID);
 }
 public SCPKG_LUCKYDRAW_EXTERN_RSP()
 {
     this.stReward = (COMDT_REWARD_DETAIL)ProtocolObjectPool.Get(COMDT_REWARD_DETAIL.CLASS_ID);
 }
 public SCPKG_CMD_COUPONS_REWARDINFO()
 {
     this.stRewardInfo = (COMDT_REWARD_DETAIL)ProtocolObjectPool.Get(COMDT_REWARD_DETAIL.CLASS_ID);
 }
 public override void OnUse()
 {
     this.stReward         = (COMDT_REWARD_DETAIL)ProtocolObjectPool.Get(COMDT_REWARD_DETAIL.CLASS_ID);
     this.stNextEnemyInfo  = (COMDT_BURNING_ENEMY_TEAM_INFO)ProtocolObjectPool.Get(COMDT_BURNING_ENEMY_TEAM_INFO.CLASS_ID);
     this.stMultipleDetail = (COMDT_REWARD_MULTIPLE_DETAIL)ProtocolObjectPool.Get(COMDT_REWARD_MULTIPLE_DETAIL.CLASS_ID);
 }
Esempio n. 19
0
 public SCPKG_CMD_SYMBOLCOMP()
 {
     this.stRewardInfo = (COMDT_REWARD_DETAIL)ProtocolObjectPool.Get(COMDT_REWARD_DETAIL.CLASS_ID);
 }
Esempio n. 20
0
 public SCPKG_CMD_PROPUSE_GIFTGET()
 {
     this.stRewardInfo = (COMDT_REWARD_DETAIL)ProtocolObjectPool.Get(COMDT_REWARD_DETAIL.CLASS_ID);
 }
Esempio n. 21
0
 public override void OnUse()
 {
     this.stRewardItem = (COMDT_REWARD_DETAIL)ProtocolObjectPool.Get(COMDT_REWARD_DETAIL.CLASS_ID);
 }
 public SCPKG_RECRUITMENT_REWARD_RSP()
 {
     this.stUin        = (COMDT_ACNT_UNIQ)ProtocolObjectPool.Get(COMDT_ACNT_UNIQ.CLASS_ID);
     this.stRewardInfo = (COMDT_REWARD_DETAIL)ProtocolObjectPool.Get(COMDT_REWARD_DETAIL.CLASS_ID);
 }
 public override void OnUse()
 {
     this.stUin        = (COMDT_ACNT_UNIQ)ProtocolObjectPool.Get(COMDT_ACNT_UNIQ.CLASS_ID);
     this.stRewardInfo = (COMDT_REWARD_DETAIL)ProtocolObjectPool.Get(COMDT_REWARD_DETAIL.CLASS_ID);
 }
Esempio n. 24
0
 public SCDT_COINDRAW_SUCC()
 {
     this.stRewardItem = (COMDT_REWARD_DETAIL)ProtocolObjectPool.Get(COMDT_REWARD_DETAIL.CLASS_ID);
 }
Esempio n. 25
0
 public SCPKG_GETPVPLEVELREWARD_RSP()
 {
     this.stRewardInfo = (COMDT_REWARD_DETAIL)ProtocolObjectPool.Get(COMDT_REWARD_DETAIL.CLASS_ID);
 }
Esempio n. 26
0
 public override void OnUse()
 {
     this.stMultipleInfo = (COMDT_MULTIPLE_INFO)ProtocolObjectPool.Get(COMDT_MULTIPLE_INFO.CLASS_ID);
     this.stReward       = (COMDT_REWARD_DETAIL)ProtocolObjectPool.Get(COMDT_REWARD_DETAIL.CLASS_ID);
 }
 public SCPKG_CMD_HEROWAKE_REWARD()
 {
     this.stRewardInfo = (COMDT_REWARD_DETAIL)ProtocolObjectPool.Get(COMDT_REWARD_DETAIL.CLASS_ID);
 }