宝器相关注释
parent
d431836781
commit
ca2c652db2
|
|
@ -115,7 +115,7 @@ import "CommonProto.proto";
|
|||
message EquipUnLoadOptRequest{
|
||||
optional string heroId = 1;
|
||||
repeated string equipIds =2;
|
||||
optional int32 type = 3;//1、装备 ;2、法宝
|
||||
optional int32 type = 3;//1、装备 ;2、宝器
|
||||
|
||||
}
|
||||
message HeroComposeRequest{
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ import "CommonProto.proto";
|
|||
}
|
||||
|
||||
message UseAndPriceItemRequest{
|
||||
optional int32 type = 1; //0:使用 1:分解物品 2:分解装备3:分解妖灵师 5:分解魂印(分解法宝在分解妖灵师同时分解)
|
||||
optional int32 type = 1; //0:使用 1:分解物品 2:分解装备3:分解妖灵师 4:分解宝器 5:分解魂印(分解法宝在分解妖灵师同时分解)
|
||||
optional int32 itemId = 2;
|
||||
repeated Item items = 3;
|
||||
repeated string equipIds = 4;
|
||||
|
|
|
|||
Loading…
Reference in New Issue