王虎 %!s(int64=3) %!d(string=hai) anos
pai
achega
c9d4f19e8a
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -59,8 +59,9 @@
 | 125 | RoomLeaveRequest | c -> s | 客户端请求退出房间 |
 | 126 | RoomLeaveResponse | s -> c | 服务器响应退出房间 |
 | 127 | RoomLeavePush | s -> c | 服务器推送用户离开房间消息 |
-| 128 | RoomHangupRequest | c -> s | 客户端请求暂离房间 |
-| 129 | RoomHangupResponse | s -> c | 服务器响应暂离房间 |
+| 128 | RoomSwitchMasterPush | c -> s | 切换主机通知 |
+| 129 | RoomHangupRequest | c -> s | 客户端请求暂离房间 |
+| 130 | RoomHangupResponse | s -> c | 服务器响应暂离房间 |
 | 150 | RestoreRequest | c -> s | 客户端请求恢复数据 |
 | 151 | RestoreResponse | s -> c | 服务器响应当前状态 |
 | 152 | SyncRequest | c -> s | 客户端同步数据 |