From 54a56cb30296de0c0e310d56087772286886ccf5 Mon Sep 17 00:00:00 2001 From: grimm <1769111741@qq.com> Date: Tue, 14 Oct 2025 18:50:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E8=8B=B1=E9=9B=84=E7=A4=BC?= =?UTF-8?q?=E7=89=A9=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 8c2718f..5fcc1fc 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -158,6 +158,8 @@ message EmptyMessage { repeated CombatPlan plan = 26; //作战方案 拷贝镜像查看 optional int32 warWaySlot3 = 27; //战法槽3 + + repeated int32 giftEquipIds = 28;//礼物装备列表 }