Przeglądaj źródła

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

qianzhuqing 3 lat temu
rodzic
commit
55cea4c841
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      protos/room.proto

+ 4 - 0
protos/room.proto

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