Browse Source

room join 支持房间类型参数

王虎 3 năm trước cách đây
mục cha
commit
b6ffaa5b04
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 {