Ejemplo n.º 1
0
 public override void OnRelease()
 {
     this.dwWealID = 0;
     this.bWealIdx = 0;
     if (this.stExchangeRes != null)
     {
         this.stExchangeRes.Release();
         this.stExchangeRes = null;
     }
 }
Ejemplo n.º 2
0
 public override void OnUse()
 {
     this.stExchangeRes = (COMDT_REWARD_ITEMLIST)ProtocolObjectPool.Get(COMDT_REWARD_ITEMLIST.CLASS_ID);
 }
 public SCPKG_WEAL_EXCHANGE_RES()
 {
     this.stExchangeRes = (COMDT_REWARD_ITEMLIST)ProtocolObjectPool.Get(COMDT_REWARD_ITEMLIST.CLASS_ID);
 }