From 776eed0d69385f9190b1e7eac34b4866d76e4048 Mon Sep 17 00:00:00 2001 From: chenweijian <820961417@qq.com> Date: Tue, 15 Aug 2023 15:33:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=B8=E6=88=8F1v1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rpc/user_center_coder.go | 1 + 1 file changed, 1 insertion(+) diff --git a/rpc/user_center_coder.go b/rpc/user_center_coder.go index 4ff9795..4d8bf77 100644 --- a/rpc/user_center_coder.go +++ b/rpc/user_center_coder.go @@ -70,6 +70,7 @@ const ( MsgTypeLobbyMatchSuccess = 157 // 羊羊匹配成功 MsgTypeH5GameMute = 158 // H5游戏静音 MsgTypeH5GameUnMute = 159 // H5游戏开音 + MsgTypeQuitRoom = 160 // 通知客户端退房 ) const ( -- 2.22.0