浏览代码

Merge branch 'master' of http://git.xwxgame.com/backend/delivery-proto

qianzhuqing 3 年之前
父节点
当前提交
55cea4c841
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      protos/room.proto

+ 4 - 0
protos/room.proto

@@ -29,4 +29,8 @@ message RoomLeavePush {
 
 message RoomDismissPush {
 
+}
+
+message RoomSwitchMasterPush {
+    uint32 UserID = 1;
 }