2 커밋 4a18c6512a ... 5b14c16387

작성자 SHA1 메시지 날짜
  王虎 5b14c16387 Merge branch 'master' of git.xwxgame.com:backend/delivery-proto 3 년 전
  王虎 71765fd3a5 enable init state at room join 3 년 전
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 {