public override void OnRelease() { this.dwChatTime = 0u; if (this.stChatMsg != null) { this.stChatMsg.Release(); this.stChatMsg = null; } }
public COMDT_OFFLINE_CHAT_MSG() { this.stChatMsg = (COMDT_CHAT_MSG_PRIVATE)ProtocolObjectPool.Get(COMDT_CHAT_MSG_PRIVATE.CLASS_ID); }
public override void OnUse() { this.stChatMsg = (COMDT_CHAT_MSG_PRIVATE)ProtocolObjectPool.Get(COMDT_CHAT_MSG_PRIVATE.CLASS_ID); }