Преглед изворни кода

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;
 }