Пример #1
0
 public override void OnRelease()
 {
     this.ullUid         = 0uL;
     this.dwLogicWorldID = 0u;
     if (this.stRecordList != null)
     {
         this.stRecordList.Release();
         this.stRecordList = null;
     }
 }
Пример #2
0
 public CSDT_FIGHTHISTORY_RECORD_DETAIL_SUCC()
 {
     this.stRecordList = (COMDT_PLAYER_FIGHT_HISTORY)ProtocolObjectPool.Get(COMDT_PLAYER_FIGHT_HISTORY.CLASS_ID);
 }
Пример #3
0
 public override void OnUse()
 {
     this.stRecordList = (COMDT_PLAYER_FIGHT_HISTORY)ProtocolObjectPool.Get(COMDT_PLAYER_FIGHT_HISTORY.CLASS_ID);
 }