通用祭品
parent
3138e6de79
commit
7d841ba487
|
@ -51,11 +51,16 @@ import "CommonProto.proto";
|
|||
optional string heroId = 1; //升级或突破的英雄id
|
||||
optional int32 targetLevel = 2 ;// 目标等级
|
||||
}
|
||||
|
||||
|
||||
message ConsumeItem{
|
||||
optional int32 type = 1;// 类型,1:英雄,2:道具
|
||||
optional string itemId = 2;//物品id或英雄id
|
||||
optional int32 itemNum = 3;//物品数量
|
||||
}
|
||||
|
||||
message ConsumeMaterial{
|
||||
optional int32 position=1; //卡槽位置
|
||||
repeated string heroIds=2; //消耗英雄ids
|
||||
repeated ConsumeItem heroIds=2; //消耗英雄ids
|
||||
}
|
||||
|
||||
message UpHeroStarRequest{
|
||||
|
|
Loading…
Reference in New Issue