灵兽活动选择up提交
parent
a9bcef1d37
commit
e9372b9b2a
|
|
@ -29,4 +29,9 @@ import "CommonProto.proto";
|
|||
}
|
||||
message SeletSubRewardPoolResponse{
|
||||
|
||||
}
|
||||
//灵兽up抽卡
|
||||
message SpecicalMonsterChooseRequest{
|
||||
optional int32 activityId = 1;
|
||||
optional int32 selectId = 2;
|
||||
}
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue