소스 검색

enable init state at room join

王虎 3 년 전
부모
커밋
71765fd3a5
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      protos/room.proto

+ 2 - 1
protos/room.proto

@@ -12,7 +12,8 @@ message RoomCreateResponse {
 
 message RoomJoinRequest {
     uint32 RoomID = 1;
-    int32 RoomType = 2; // 0 = 游戏; 1=糖豆人
+    int32 RoomType = 2; // 0 = 游戏
+    map<string, bytes> Values = 3;
 }
 
 message RoomJoinResponse {