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 }