查看回放数据

lvxinran 2021-07-31 00:27:07 +08:00
parent f604d885da
commit 3b002ed5fe
1 changed files with 7 additions and 0 deletions

View File

@ -69,6 +69,7 @@ import "CommonProto.proto";
optional int32 oldrank = 6;//
optional int32 rank = 7;//
optional int32 attackTime =8 ; //
}
message GetWorldArenaRecordInfoRequest{
@ -194,5 +195,11 @@ import "CommonProto.proto";
message ArenaClearInfoResponse{
}
message ReplayWorldArenaRequest{
optional string fightId = 1;
}
message ReplayWorldArenaResponse{
optional rpc.protocols.FightData fightData =1;//
}