领取七日狂欢积分奖励

master_huanxiang
wangyuan 2019-08-06 18:16:16 +08:00
parent 1f5fcc0276
commit 3c7d3b5183
2 changed files with 7 additions and 0 deletions

View File

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

View File

@ -462,5 +462,9 @@ import "CommonProto.proto";
optional int32 totalForce=7;
repeated int32 PokemonInfos = 8;
}
message TakeSenvenScoreRewardResponse{
optional Drop drop =1;
}