Sfoglia il codice sorgente

room join 支持房间类型参数

王虎 3 anni fa
parent
commit
b6ffaa5b04
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 {