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

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 {