Ejemplo n.º 1
0
 public override void OnRelease()
 {
     if (this.stTopFighter != null)
     {
         this.stTopFighter.Release();
         this.stTopFighter = null;
     }
 }
 public override void OnRelease()
 {
     this.dwSelfRank = 0u;
     if (this.stMatchFighter != null)
     {
         this.stMatchFighter.Release();
         this.stMatchFighter = null;
     }
 }
 public COMDT_ARENA_INFO()
 {
     this.stMatchFighter = (COMDT_ARENA_FIGHTER_INFO)ProtocolObjectPool.Get(COMDT_ARENA_FIGHTER_INFO.CLASS_ID);
 }
 public override void OnUse()
 {
     this.stMatchFighter = (COMDT_ARENA_FIGHTER_INFO)ProtocolObjectPool.Get(COMDT_ARENA_FIGHTER_INFO.CLASS_ID);
 }
Ejemplo n.º 5
0
 public SCPKG_GETTOPFIGHTEROFARENA_RSP()
 {
     this.stTopFighter = (COMDT_ARENA_FIGHTER_INFO)ProtocolObjectPool.Get(COMDT_ARENA_FIGHTER_INFO.CLASS_ID);
 }