|
@@ -45,6 +45,10 @@
|
|
| 11 | LoginResponse | s -> c | 服务器响应登陆请求 |
|
|
| 11 | LoginResponse | s -> c | 服务器响应登陆请求 |
|
|
| 12 | HeartbeatRequest | c -> s | 客户端心跳 |
|
|
| 12 | HeartbeatRequest | c -> s | 客户端心跳 |
|
|
| 13 | HeartbeatResponse | s -> c | 服务器心跳 |
|
|
| 13 | HeartbeatResponse | s -> c | 服务器心跳 |
|
|
|
|
+| 14 | ChatNotify | c -> s | 发送聊天消息 |
|
|
|
|
+| 15 | ChatPush | s -> c | 推送聊天消息 |
|
|
|
|
+| 16 | SwitchWorldReques | c -> s | 发送切换世界请求 |
|
|
|
|
+| 17 | SwitchWorldResponse | s -> c | 服务器响应切换世界结果 |
|
|
| 100 | LobbyJoinPush | s -> c | 用户加入大厅 |
|
|
| 100 | LobbyJoinPush | s -> c | 用户加入大厅 |
|
|
| 101 | LobbyLeavePush | s -> c | 用户离开大厅 |
|
|
| 101 | LobbyLeavePush | s -> c | 用户离开大厅 |
|
|
| 120 | RoomCreateRequest | c -> s | 客户端请求创建房间 |
|
|
| 120 | RoomCreateRequest | c -> s | 客户端请求创建房间 |
|