Browse Source

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

qianzhuqing 3 năm trước cách đây
mục cha
commit
55cea4c841
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      protos/room.proto

+ 4 - 0
protos/room.proto

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