试炼小游戏协议
parent
da39657933
commit
492475a0a6
|
|
@ -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;//获得奖励
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue