神印替换
parent
04da858405
commit
732010cc19
|
|
@ -131,12 +131,15 @@ import "CommonProto.proto";
|
||||||
optional int32 type = 1;//0:卸下,1:装备
|
optional int32 type = 1;//0:卸下,1:装备
|
||||||
optional OptHeroSoul wearInfo = 2;
|
optional OptHeroSoul wearInfo = 2;
|
||||||
}
|
}
|
||||||
|
message WearGodSealResponse{
|
||||||
|
optional Drop drop = 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
// 合成神印
|
||||||
message UpGodSealRequest{
|
message UpGodSealRequest{
|
||||||
optional int32 itemId = 1;//合成的道具id
|
optional int32 itemId = 1;//合成的道具id
|
||||||
optional string heroId = 2;//英雄id
|
optional string heroId = 2;//英雄id
|
||||||
}
|
}
|
||||||
|
|
||||||
message UpGodSealResponse{
|
message UpGodSealResponse{
|
||||||
optional Drop drop = 1;
|
optional Drop drop = 1;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue