Ejemplo n.º 1
0
 private bool OnRecvWorldChatMsgNotify(RecvWorldChatMsgNotify rsp)
 {
     if ((this._mode == Mode.World) && (Singleton <ChatModule> .Instance.chatRoomId > 0))
     {
         this.UpdateChatList(1);
     }
     return(false);
 }
Ejemplo n.º 2
0
 private bool OnRecvWorldChatMsgNotify(RecvWorldChatMsgNotify rsp)
 {
     this.worldChatMsgList.Add(new ChatMsgDataItem(rsp.get_chat_msg()));
     return(false);
 }