diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index 4313878..692f33e 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -302,3 +302,7 @@ import "CommonProto.proto"; message EndlessSetSkipRequest{ optional int32 type = 1; } + //无尽设置编队indication + message EndlessSetTeamIndication{ + repeated HeroInfo info = 1; + }