コード例 #1
0
 public override void OnRelease()
 {
     if (this.stDetail != null)
     {
         this.stDetail.Release();
         this.stDetail = null;
     }
 }
コード例 #2
0
 public SCPKG_MATCHTEAM_DESTROY_NTF()
 {
     this.stDetail = (COMDT_MATCHTEAM_DESTROY)ProtocolObjectPool.Get(COMDT_MATCHTEAM_DESTROY.CLASS_ID);
 }
コード例 #3
0
 public override void OnUse()
 {
     this.stDetail = (COMDT_MATCHTEAM_DESTROY)ProtocolObjectPool.Get(COMDT_MATCHTEAM_DESTROY.CLASS_ID);
 }