From 6f6a6dc60f04cdc22c40137b103e804d1c1af01e Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Mon, 8 Dec 2025 19:05:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8C=AB=E8=8D=89=E5=A4=A7=E4=BD=9C=E6=88=98-?= =?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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 90dde386..5d201ef9 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -2811,6 +2811,8 @@ message ReqCatnipEmoji{ message ResCatnipEmoji{ RES_CODE Code = 1; string Msg = 2; + int32 EmojiId = 3; // 表情id + int32 Id = 4; // 猫草id }