|
@@ -49,6 +49,9 @@
|
|
|
| 15 | ChatPush | s -> c | 推送聊天消息 |
|
|
|
| 16 | SwitchWorldReques | c -> s | 发送切换世界请求 |
|
|
|
| 17 | SwitchWorldResponse | s -> c | 服务器响应切换世界结果 |
|
|
|
+| 18 | UpdateUserinfoRequest | c -> s | 客户端更新用户信息 |
|
|
|
+| 19 | UpdateUserinfoResponse | s -> c | 服务器响应更新用户信息 |
|
|
|
+| 20 | UpdateUserinfoPush | s -> c | 服务器推送用户信息更新 |
|
|
|
| 100 | LobbyJoinPush | s -> c | 用户加入大厅 |
|
|
|
| 101 | LobbyLeavePush | s -> c | 用户离开大厅 |
|
|
|
| 120 | RoomCreateRequest | c -> s | 客户端请求创建房间 |
|