Gogs 2 місяців тому
батько
коміт
2cd63ce32b
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      bin/client_msg/common.proto

+ 1 - 1
bin/client_msg/common.proto

@@ -22,7 +22,7 @@ message ReqLogin {
   string userId = 2;
   MsgError error = 3;
   int32 points = 4;
-
+  string gameId =5;
 }