锻造个数
parent
0679029853
commit
f694a4529f
|
@ -77,11 +77,12 @@ import "CommonProto.proto";
|
|||
message WorkShopEquipCreateRequest{
|
||||
optional int32 equipTid = 1; // 要打造的装备模板id
|
||||
repeated int32 runneIds = 2; // 符文ids 不需要传送特殊符文。
|
||||
optional int32 nums = 3 ;// 锻造装备数量
|
||||
}
|
||||
|
||||
message WorkShopEquipCreateResponse{
|
||||
optional int32 type =1 ; // 1:工坊 2:百味居
|
||||
optional Drop drop =2;
|
||||
repeated Drop drop =2;
|
||||
}
|
||||
|
||||
message WorkShopRebuildRequest{
|
||||
|
|
Loading…
Reference in New Issue