예제 #1
0
 public override void OnRelease()
 {
     if (this.stNpcInfo != null)
     {
         this.stNpcInfo.Release();
         this.stNpcInfo = null;
     }
 }
예제 #2
0
 public CSPKG_ADD_NPC_REQ()
 {
     this.stNpcInfo = (COMDT_ADDNPC_REQ)ProtocolObjectPool.Get(COMDT_ADDNPC_REQ.CLASS_ID);
 }
예제 #3
0
 public override void OnUse()
 {
     this.stNpcInfo = (COMDT_ADDNPC_REQ)ProtocolObjectPool.Get(COMDT_ADDNPC_REQ.CLASS_ID);
 }