Gogs 1 mesiac pred
rodič
commit
de60b0a946
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  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;