Gogs hace 2 meses
padre
commit
2cd63ce32b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 }