竞技场协议修改二版,增加第一名拍脸推送协议

master_arena
grimm 2024-02-01 17:18:27 +08:00
parent 5bd4d608c2
commit df7840e257
2 changed files with 6 additions and 0 deletions

View File

@ -293,3 +293,8 @@ import "CommonProto.proto";
optional int32 defScoreChange = 4; //
optional Drop drop = 5; //
}
//
message NewArenaFirstIndication{
repeated ArenaPersonInfo player = 1;
}

View File

@ -1689,6 +1689,7 @@ enum MessageType{
RefreshArenaOpponentResponse = 6000040;
NewArenaChallengeRequest = 6000041;
NewArenaChallengeResponse = 6000042;
NewArenaFirstIndication = 6000043;
}