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