浏览代码

add room hangup proto

王虎 3 年之前
父节点
当前提交
d1d3cf2708
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      README.md

+ 2 - 0
README.md

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