神将置换
parent
c3e7efd604
commit
d369d5f848
|
|
@ -613,5 +613,17 @@ import "CommonProto.proto";
|
||||||
optional string jewelId = 1;//魂灵宝id
|
optional string jewelId = 1;//魂灵宝id
|
||||||
optional int32 count = 2;//升几级
|
optional int32 count = 2;//升几级
|
||||||
}
|
}
|
||||||
|
|
||||||
message UpgradeGodTreeResponse{
|
message UpgradeGodTreeResponse{
|
||||||
|
}
|
||||||
|
|
||||||
|
// 神将置换
|
||||||
|
message HeroChangeRequest{
|
||||||
|
optional string heroID1 = 1;
|
||||||
|
optional string heroID2 = 2;
|
||||||
|
optional int32 itemID = 3;//道具id
|
||||||
|
}
|
||||||
|
|
||||||
|
message HeroChangeResponse{
|
||||||
|
repeated Hero heros = 1;
|
||||||
}
|
}
|
||||||
|
|
@ -1506,6 +1506,10 @@ enum MessageType{
|
||||||
GET_ALL_FAXIANG_EQUIP_REQUEST = 3050201;
|
GET_ALL_FAXIANG_EQUIP_REQUEST = 3050201;
|
||||||
GET_ALL_FAXIANG_EQUIP_RESPONSE = 3050202;
|
GET_ALL_FAXIANG_EQUIP_RESPONSE = 3050202;
|
||||||
|
|
||||||
|
// 神将置换
|
||||||
|
HERO_CHANGE_REQUEST = 3050203;
|
||||||
|
HERO_CHANGE_RESPONSE = 3050204;
|
||||||
|
|
||||||
//==========================================================800000起为global 协议==========================================================
|
//==========================================================800000起为global 协议==========================================================
|
||||||
|
|
||||||
GetWorldServerRequest = 800001;//获取世界服ip
|
GetWorldServerRequest = 800001;//获取世界服ip
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue