竞技场协议修改二版,增加第一名拍脸推送协议
parent
5bd4d608c2
commit
df7840e257
|
@ -292,4 +292,9 @@ import "CommonProto.proto";
|
|||
optional int32 myScoreChange = 3; //我的分数变化值
|
||||
optional int32 defScoreChange = 4; //对手分数变化值
|
||||
optional Drop drop = 5; //奖励道具
|
||||
}
|
||||
|
||||
// 新竞技场第一名拍脸推送
|
||||
message NewArenaFirstIndication{
|
||||
repeated ArenaPersonInfo player = 1;
|
||||
}
|
|
@ -1689,6 +1689,7 @@ enum MessageType{
|
|||
RefreshArenaOpponentResponse = 6000040;
|
||||
NewArenaChallengeRequest = 6000041;
|
||||
NewArenaChallengeResponse = 6000042;
|
||||
NewArenaFirstIndication = 6000043;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue