Gogs 1 月之前
父節點
當前提交
de60b0a946
共有 1 個文件被更改,包括 3 次插入0 次删除
  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;