From a02e1a3f00587d633d32190dbcf7a9f6875e03b5 Mon Sep 17 00:00:00 2001 From: hujiebin Date: Mon, 15 Apr 2024 15:39:49 +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