예제 #1
0
 public override void OnRelease()
 {
     this.iLevelID       = 0;
     this.bGameResult    = 0;
     this.bGameType      = 0;
     this.bMapType       = 0;
     this.bIsPKAI        = 0;
     this.dwWinMvpObjID  = 0u;
     this.dwLoseMvpObjID = 0u;
     if (this.stMvpScoreDetail != null)
     {
         this.stMvpScoreDetail.Release();
         this.stMvpScoreDetail = null;
     }
 }
예제 #2
0
 public COMDT_GAME_INFO()
 {
     this.stMvpScoreDetail = (COMDT_MVP_SCORE_DETAIL)ProtocolObjectPool.Get(COMDT_MVP_SCORE_DETAIL.CLASS_ID);
 }
예제 #3
0
 public override void OnUse()
 {
     this.stMvpScoreDetail = (COMDT_MVP_SCORE_DETAIL)ProtocolObjectPool.Get(COMDT_MVP_SCORE_DETAIL.CLASS_ID);
 }