Explorar o código

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

qianzhuqing %!s(int64=3) %!d(string=hai) anos
pai
achega
b4206da412
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 {