Gogs hace 1 mes
padre
commit
de60b0a946
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      bin/client_msg/common.proto

+ 3 - 0
bin/client_msg/common.proto

@@ -43,6 +43,9 @@ message ReqLeaveRoom {
   string userId = 3;
   string leaveReason = 4; //1.
 }
+message ResLeaveRoom {
+  string msg = 1;
+}
 //加入房间失败
 message JoinRoomFail {
   string gameId = 1;