2 Achegas 4a18c6512a ... 5b14c16387

Autor SHA1 Mensaxe Data
  王虎 5b14c16387 Merge branch 'master' of git.xwxgame.com:backend/delivery-proto %!s(int64=3) %!d(string=hai) anos
  王虎 71765fd3a5 enable init state at room join %!s(int64=3) %!d(string=hai) anos
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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 {