Gogs 1 month ago
parent
commit
de60b0a946
1 changed files with 3 additions and 0 deletions
  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;