2 Commits 4a18c6512a ... 5b14c16387

Autore SHA1 Messaggio Data
  王虎 5b14c16387 Merge branch 'master' of git.xwxgame.com:backend/delivery-proto 3 anni fa
  王虎 71765fd3a5 enable init state at room join 3 anni fa
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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 {