法宝庇佑卸下
parent
0dc769f9e4
commit
9071d4ecda
|
@ -663,3 +663,8 @@ message BaublesBlessRequest{
|
||||||
optional string blessBaublesId = 2;//庇佑得id
|
optional string blessBaublesId = 2;//庇佑得id
|
||||||
}
|
}
|
||||||
|
|
||||||
|
message BaublesDownBlessRequest{
|
||||||
|
optional string baublesId = 1;//主法宝id
|
||||||
|
repeated string blessBaubles = 2;//庇佑得id
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -1662,6 +1662,8 @@ enum MessageType{
|
||||||
BaublesStrengthenResponse = 6000018;
|
BaublesStrengthenResponse = 6000018;
|
||||||
BaublesBlessRequest = 6000019;
|
BaublesBlessRequest = 6000019;
|
||||||
BaublesBlessResponse = 6000020;
|
BaublesBlessResponse = 6000020;
|
||||||
|
BaublesDownBlessRequest = 6000021;
|
||||||
|
BaublesDownBlessResponse = 6000022;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue