From 87a5e0e733eef33748b0fc2ae309e71e6257a98a Mon Sep 17 00:00:00 2001 From: hujiebin Date: Sun, 7 Apr 2024 09:27:08 +0800 Subject: [PATCH] Update userProxy.proto --- protocol/userProxy.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protocol/userProxy.proto b/protocol/userProxy.proto index d269cf3..2bb6bd6 100644 --- a/protocol/userProxy.proto +++ b/protocol/userProxy.proto @@ -214,6 +214,7 @@ message GlobalGiftBanner { uint32 cpLevel = 15; // cp等级 string receiveUserAvatar = 16; uint32 nobleLevel = 17; // 贵族等级 + string custom_effect_url = 18; // 定制特效url } /* id == 116 横幅的回应,用来测量RTT */ -- 2.22.0