主角修为

jiahuiwen 2021-10-19 13:45:39 +08:00
parent 30347f07df
commit 8947125973
2 changed files with 4 additions and 0 deletions

View File

@ -1053,6 +1053,9 @@ enum MessageType{
TAI_CHU_SECRET_VOLUME_RESPONSE = 12231;// TAI_CHU_SECRET_VOLUME_RESPONSE = 12231;//
// X 12300 // X 12300
XIUXIAN_XIUWEI_UP_REQUEST = 12300; //
XIUXIAN_XIUWEI_UP_RESPONSE = 12301; //
// Y 12400 // Y 12400
// Z 12500 // Z 12500

View File

@ -86,6 +86,7 @@ import "CommonProto.proto";
repeated HelpFightList helpFightList = 45;// repeated HelpFightList helpFightList = 45;//
repeated SixiangxinfaInfo sixiangInfos = 46;// repeated SixiangxinfaInfo sixiangInfos = 46;//
optional int32 serverOpenTime = 47; // optional int32 serverOpenTime = 47; //
optional int32 xiuweiLevel = 48; //
} }