public override void OnRelease() { this.wShopType = 0; this.dwRefreshIdx = 0; this.iAutoRefreshTime = 0; this.iManualRefreshTime = 0; this.iManualRefreshCnt = 0; this.iAPRefreshTime = 0; this.dwAPCollect = 0; this.iItemValidTime = 0; if (this.stItemList != null) { this.stItemList.Release(); this.stItemList = null; } }
public override void OnUse() { this.stItemList = (COMDT_SHOP_ITEMLIST)ProtocolObjectPool.Get(COMDT_SHOP_ITEMLIST.CLASS_ID); }
public COMDT_SHOP_DETAIL() { this.stItemList = (COMDT_SHOP_ITEMLIST)ProtocolObjectPool.Get(COMDT_SHOP_ITEMLIST.CLASS_ID); }