浏览代码

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

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

+ 1 - 0
protos/room.proto

@@ -12,6 +12,7 @@ message RoomCreateResponse {
 
 message RoomJoinRequest {
     uint32 RoomID = 1;
+    int32 RoomType = 2; // 0 = 游戏; 1=糖豆人
 }
 
 message RoomJoinResponse {