From c35f70386a8b2f72869aec03b948d031d83bf9a1 Mon Sep 17 00:00:00 2001 From: grimm <1769111741@qq.com> Date: Thu, 7 Nov 2024 10:56:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=8B=B1=E9=9B=84=E6=88=98?= =?UTF-8?q?=E6=B3=95=E4=BD=8D?= 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 c871d14..8c2718f 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -156,6 +156,8 @@ message EmptyMessage { optional int32 totemId = 25; //使用的 图腾ID repeated CombatPlan plan = 26; //作战方案 拷贝镜像查看 + + optional int32 warWaySlot3 = 27; //战法槽3 }