chore: refresh proto

This commit is contained in:
StopWuyu
2025-08-22 21:52:38 +08:00
parent 6d43181e2a
commit 56a798e4f7
315 changed files with 3508 additions and 3501 deletions

View File

@@ -10,7 +10,7 @@ public class PacketChallengePeakSettleScNotify : BasePacket
{
var proto = new ChallengePeakSettleScNotify
{
PeakRoundCount = inst.Data.Peak.RoundCnt,
PeakRoundsCount = inst.Data.Peak.RoundCnt,
IsWin = inst.IsWin,
PeakLevelId = inst.Data.Peak.CurrentPeakLevelId,
PeakTargetList = { targetIdList },

View File

@@ -16,7 +16,7 @@ public class PacketGetCurChallengePeakScRsp : BasePacket
proto.IsFinished = true;
proto.PeakLevelId = peak.Data.Peak.CurrentPeakLevelId;
proto.PeakBossBuff = peak.Data.Peak.Buffs.FirstOrDefault(0u);
proto.PeakRoundCount = peak.Data.Peak.RoundCnt;
proto.PeakRoundsCount = peak.Data.Peak.RoundCnt;
}
SetData(proto);