灵兽活动选择up提交

master_huanxiang
lvxinran 2020-11-11 17:39:25 +08:00
parent a9bcef1d37
commit e9372b9b2a
2 changed files with 8 additions and 0 deletions

View File

@ -29,4 +29,9 @@ import "CommonProto.proto";
}
message SeletSubRewardPoolResponse{
}
//up
message SpecicalMonsterChooseRequest{
optional int32 activityId = 1;
optional int32 selectId = 2;
}

View File

@ -845,6 +845,9 @@ enum MessageType{
SITUATION_CHALLENGE_RESPONSE = 11844;
SITUATION_INFO_INDICATION = 11845;//
SPECICAL_MONSTER_CHOOSE_REQUEST = 11846;//up
SPECICAL_MONSTER_CHOOSE_RESPONSE = 11847;
// T 11900
TRIGGER_EVENT_REQUEST = 11900; //
TRIGGER_EVENT_RESPONSE = 11901;