Merge branch '开发/dev_dh' into master_test_gn
commit
0c77b925ff
|
|
@ -1181,6 +1181,12 @@ option optimize_for = SPEED;
|
|||
optional int32 level = 2;//等级
|
||||
}
|
||||
|
||||
// 变身卡信息
|
||||
message TransformationCardInfo{
|
||||
optional int32 id = 1;//卡id
|
||||
optional int32 index = 2;// 位置
|
||||
optional int32 status = 3;// 状态
|
||||
}
|
||||
//灵脉秘境
|
||||
message LingMaiSecret{
|
||||
optional int32 id = 1; //灵脉id
|
||||
|
|
@ -1200,4 +1206,3 @@ option optimize_for = SPEED;
|
|||
optional string defServerName = 7;//对方服务器名字
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -487,9 +487,16 @@ import "CommonProto.proto";
|
|||
}
|
||||
|
||||
|
||||
// 身外化身
|
||||
message GetTransformationRequest{
|
||||
}
|
||||
|
||||
message GetTransformationResponse{
|
||||
repeated TransformationCardInfo list = 1;//化身列表信息
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
message UpOrDownTransformationRequest{
|
||||
optional int32 id = 1;//变身卡id
|
||||
optional int32 index = 2;//位置
|
||||
}
|
||||
|
||||
|
|
@ -1348,6 +1348,14 @@ enum MessageType{
|
|||
// 御剑飞行:信息,奖励,竞猜统一返回
|
||||
RidingSwardInfoResponse = 3050017;
|
||||
|
||||
|
||||
// 身外化身
|
||||
GetTransformationRequest = 3050020;
|
||||
GetTransformationResponse = 3050021;
|
||||
|
||||
UpOrDownTransformationRequest = 3050022;
|
||||
|
||||
|
||||
//周卡
|
||||
WeekCardInfoRequest = 3050030;
|
||||
WeekCardInfoResponse = 3050031;
|
||||
|
|
|
|||
Loading…
Reference in New Issue