TASK【ID1005242】 【选人起名】 协议提交

master_huanxiang
zhangshanxue 2019-12-19 13:42:49 +08:00
parent cf2eaed3ff
commit 370e9e44a8
2 changed files with 1 additions and 8 deletions

View File

@ -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; //

View File

@ -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{
}