领取七日狂欢积分奖励
parent
1f5fcc0276
commit
3c7d3b5183
|
|
@ -500,6 +500,9 @@ enum MessageType{
|
|||
|
||||
TAKE_TOWER_REWARD_REQUEST = 11910;//领取层级奖励
|
||||
TAKE_TOWER_REWARD_RESPONSE = 11911;
|
||||
|
||||
TAKE_SEVEN_HAPPY_REWARD_REQUEST = 11912;// 领取七日狂欢积分奖励
|
||||
TAKE_SEVEN_HAPPY_REWARD_RESPONSE = 11913;
|
||||
|
||||
// U 12000
|
||||
UP_HERO_LEVEL_REQUEST = 12000; // 升级或突破
|
||||
|
|
|
|||
|
|
@ -462,5 +462,9 @@ import "CommonProto.proto";
|
|||
optional int32 totalForce=7;
|
||||
repeated int32 PokemonInfos = 8;
|
||||
}
|
||||
|
||||
message TakeSenvenScoreRewardResponse{
|
||||
optional Drop drop =1;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue