无尽协议

lvxinran 2019-09-12 17:03:26 +08:00
parent 44954ea9f4
commit bfcab57c5a
1 changed files with 4 additions and 0 deletions

View File

@ -302,3 +302,7 @@ import "CommonProto.proto";
message EndlessSetSkipRequest{
optional int32 type = 1;
}
//indication
message EndlessSetTeamIndication{
repeated HeroInfo info = 1;
}