public override void OnRelease() { this.wBuyStartFreq = 0; if (this.stBuyList != null) { this.stBuyList.Release(); this.stBuyList = null; } }
public override void OnRelease() { this.iStartFreq = 0; this.iBuyTimes = 0; if (this.stCoinList != null) { this.stCoinList.Release(); this.stCoinList = null; } }
public COMDT_APOLLO_PAY_COINBUY() { this.stCoinList = (COMDT_COINBUY_GETLIST)ProtocolObjectPool.Get(COMDT_COINBUY_GETLIST.CLASS_ID); }
public override void OnUse() { this.stCoinList = (COMDT_COINBUY_GETLIST)ProtocolObjectPool.Get(COMDT_COINBUY_GETLIST.CLASS_ID); }
public SCPKG_CMD_COINBUY() { this.stBuyList = (COMDT_COINBUY_GETLIST)ProtocolObjectPool.Get(COMDT_COINBUY_GETLIST.CLASS_ID); }