From f0872829ccc2f14bc2ae4201d4d0ae53ad83515d Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Mon, 28 Jul 2025 10:38:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=8F=E8=AE=AE=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/Gameapi.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index cbd1583c..19d342b7 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -2042,6 +2042,7 @@ message ResPlayroom{ int32 InteractNum = 25; // 互动次数 int32 Kiss = 26; // 亲吻次数 int64 Revenge = 27; // 复仇Uid + repeated AdItem AdItem = 28; // 广告奖励信息 } message NotifyPlayroomTask{