TASK【ID1005242】 【选人起名】 协议提交
parent
cf2eaed3ff
commit
370e9e44a8
|
@ -687,8 +687,6 @@ enum MessageType{
|
|||
SOUL_FORCE_RAND_EQUIP_REQUEST = 11837; //抽魂印
|
||||
SOUL_FORCE_RAND_EQUIP_RESPONSE = 11838;
|
||||
|
||||
SEX_SET_REQUEST = 11839; //性别设置
|
||||
SEX_SET_RESPONSE = 11840;
|
||||
|
||||
// T 11900
|
||||
TRIGGER_EVENT_REQUEST = 11900; //
|
||||
|
|
|
@ -199,6 +199,7 @@ import "CommonProto.proto";
|
|||
optional int32 type = 1 ; // 1:玩家起名 2: 阵容起名
|
||||
optional string name = 2;
|
||||
optional int32 teamPosId = 3; // 队伍id
|
||||
optional int32 sex = 4; //0 男性 1 女
|
||||
}
|
||||
|
||||
message WorkShopRebuildConfirmRequest{
|
||||
|
@ -673,10 +674,4 @@ import "CommonProto.proto";
|
|||
optional int32 missionId = 1;
|
||||
}
|
||||
|
||||
message SexChangeRequest{
|
||||
optional int32 sex = 1; //0 男性 1 女
|
||||
}
|
||||
|
||||
message SexChangeResponse{
|
||||
}
|
||||
|
Loading…
Reference in New Issue