试炼小游戏协议

master_huanxiang
lvxinran 2020-06-12 10:56:27 +08:00
parent da39657933
commit 492475a0a6
1 changed files with 11 additions and 0 deletions

View File

@ -335,4 +335,15 @@ import "CommonProto.proto";
message UseAddHpItemRequest{
optional string heroId = 1;
}
message MapGameResponse{
optional int32 type = 1;//
repeated int32 param = 2;//id
}
message MapGameUpdateRequest{
optional int32 index = 1;//
}
message MapGameUpdateResponse{
optional int32 gameStatus = 1;//
optional Drop drop = 2;//
}