Browse Source

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

qianzhuqing 3 years ago
parent
commit
55cea4c841
1 changed files with 4 additions and 0 deletions
  1. 4 0
      protos/room.proto

+ 4 - 0
protos/room.proto

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