master_otnew
PC-202302260912\Administrator 2023-10-19 10:53:13 +08:00
parent 56989b43cb
commit c03f395c76
1 changed files with 25 additions and 1 deletions

View File

@ -638,3 +638,27 @@ message PotentialBackLvRequest{
message PotentialBackLvResponse{
optional Drop drop = 1;
}
//
message BaublesAllInfoRequest{
}
message BaublesAllInfoResponse{
repeated Equip baubles = 1;
}
message BaublesWearRequest{
optional string heroId = 1;
optional string baublesId = 2;//
}
message BaublesStrengthenRequest{
optional string baublesId = 1;
optional int32 upLv = 2; //
}
message BaublesBlessRequest{
optional string baublesId = 1;//id
optional string blessBaublesId = 2;//id
}