public override void OnRelease()
 {
     if (this.stCurSeasonRecord != null)
     {
         this.stCurSeasonRecord.Release();
         this.stCurSeasonRecord = null;
     }
 }
 public override void OnUse()
 {
     this.stCurSeasonRecord = (COMDT_RANK_CURSEASON_FIGHT_RECORD)ProtocolObjectPool.Get(COMDT_RANK_CURSEASON_FIGHT_RECORD.CLASS_ID);
 }
 public COMDT_TRANS_CONTEXT_OF_ADD_RANKCURSEASONDATA()
 {
     this.stCurSeasonRecord = (COMDT_RANK_CURSEASON_FIGHT_RECORD)ProtocolObjectPool.Get(COMDT_RANK_CURSEASON_FIGHT_RECORD.CLASS_ID);
 }
Esempio n. 4
0
 public SCPKG_NTF_ADDCURSEASONRECORD()
 {
     this.stRecord = (COMDT_RANK_CURSEASON_FIGHT_RECORD)ProtocolObjectPool.Get(COMDT_RANK_CURSEASON_FIGHT_RECORD.CLASS_ID);
 }