public override void OnRelease() { this.dwCouponsCnt = 0; this.bRealCoupons = 0; if (this.stEventInfo != null) { this.stEventInfo.Release(); this.stEventInfo = null; } }
public override void OnRelease() { this.dwPayFlag = 0; this.dwDiamondCnt = 0; this.dwCouponsCnt = 0; if (this.stEventInfo != null) { this.stEventInfo.Release(); this.stEventInfo = null; } this.bRetryCnt = 0; this.wPayType = 0; if (this.stPayInfo != null) { this.stPayInfo.Release(); this.stPayInfo = null; } }
public override void OnRelease() { this.dwGamesvrEntity = 0u; this.dwRefreshTime = 0u; if (this.stChkDetail != null) { this.stChkDetail.Release(); this.stChkDetail = null; } this.dwAcntLogicWorldID = 0u; this.wPropCnt = 0; this.bIsSpecUse = 0; this.bIsDupDel = 0; if (this.stEventInfo != null) { this.stEventInfo.Release(); this.stEventInfo = null; } }
public override void OnUse() { this.stEventInfo = (COMDT_GAME_EVENTINFO)ProtocolObjectPool.Get(COMDT_GAME_EVENTINFO.CLASS_ID); }
public COMDT_APOLLO_OPT_PRESENT() { this.stEventInfo = (COMDT_GAME_EVENTINFO)ProtocolObjectPool.Get(COMDT_GAME_EVENTINFO.CLASS_ID); }
public COMDT_TRANSACTION_CONTEXT_GIFTUSE() { this.stChkDetail = (COMDT_GIFTUSE_LIMITCHK_INFO)ProtocolObjectPool.Get(COMDT_GIFTUSE_LIMITCHK_INFO.CLASS_ID); this.szAcntName = new byte[64]; this.stEventInfo = (COMDT_GAME_EVENTINFO)ProtocolObjectPool.Get(COMDT_GAME_EVENTINFO.CLASS_ID); }
public override void OnUse() { this.stChkDetail = (COMDT_GIFTUSE_LIMITCHK_INFO)ProtocolObjectPool.Get(COMDT_GIFTUSE_LIMITCHK_INFO.CLASS_ID); this.stEventInfo = (COMDT_GAME_EVENTINFO)ProtocolObjectPool.Get(COMDT_GAME_EVENTINFO.CLASS_ID); }
public COMDT_APOLLO_OPT_PAY() { this.stEventInfo = (COMDT_GAME_EVENTINFO)ProtocolObjectPool.Get(COMDT_GAME_EVENTINFO.CLASS_ID); this.szBillno = new byte[64]; this.stPayInfo = (COMDT_APOLLO_PAYINFO)ProtocolObjectPool.Get(COMDT_APOLLO_PAYINFO.CLASS_ID); }