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