From 774b5480f24a3c687e71ed8cf846c3d5dde898f1 Mon Sep 17 00:00:00 2001 From: hujiebin Date: Mon, 24 Jul 2023 18:04:16 +0800 Subject: [PATCH] Update userProxy.proto --- protocol/userProxy.proto | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/protocol/userProxy.proto b/protocol/userProxy.proto index 2c8920a..906b1d6 100644 --- a/protocol/userProxy.proto +++ b/protocol/userProxy.proto @@ -462,17 +462,5 @@ message MicUserData { uint32 svipLevel = 12; string micEffect = 14; string headwearIcon = 15; - CvSvip svip = 16; -} - -message CvSvip { - int32 svipLevel = 1; - repeated CVSvipPrivilege privileges = 2; -} - -message CVSvipPrivilege { - int32 type = 1; - bool canSwitch = 2; - bool userSwitch = 3; - string mysteryCode = 4; + Svip svip = 16; } \ No newline at end of file -- 2.22.0