锦标赛协议

This commit is contained in:
hahwu 2026-04-08 10:40:55 +08:00
parent 5a5ce11b5b
commit 07ee3abde6

View File

@ -2153,6 +2153,7 @@ message ResChampship{
int32 Status = 7;
int32 TodayActivityId = 8;//
int32 YesterdayActivityId = 9;//
ChampionshipCfg Cfg = 10; //
}
message ChampionshipCfg{
@ -2210,6 +2211,7 @@ message ResChampshipPreRank{
map<int32, ResPlayerRank> RankList = 1; //
int32 MyRank = 2; //
float MyScore = 3; //
ChampionshipCfg Cfg = 4; //
}
message ResNotifyCard{