mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 16:12:57 +08:00
Remove duplicate setters
This commit is contained in:
parent
fd5198d667
commit
a27a3b308c
@ -263,15 +263,12 @@ namespace osu.Game.Database
|
|||||||
OnlineID = score.OnlineID ?? -1,
|
OnlineID = score.OnlineID ?? -1,
|
||||||
ModsJson = score.ModsJson,
|
ModsJson = score.ModsJson,
|
||||||
StatisticsJson = score.StatisticsJson,
|
StatisticsJson = score.StatisticsJson,
|
||||||
User = score.User,
|
|
||||||
TotalScore = score.TotalScore,
|
TotalScore = score.TotalScore,
|
||||||
MaxCombo = score.MaxCombo,
|
MaxCombo = score.MaxCombo,
|
||||||
Accuracy = score.Accuracy,
|
Accuracy = score.Accuracy,
|
||||||
HasReplay = ((IScoreInfo)score).HasReplay,
|
HasReplay = ((IScoreInfo)score).HasReplay,
|
||||||
Date = score.Date,
|
Date = score.Date,
|
||||||
PP = score.PP,
|
PP = score.PP,
|
||||||
BeatmapInfo = beatmap,
|
|
||||||
Ruleset = ruleset,
|
|
||||||
Rank = score.Rank,
|
Rank = score.Rank,
|
||||||
HitEvents = score.HitEvents,
|
HitEvents = score.HitEvents,
|
||||||
Passed = score.Passed,
|
Passed = score.Passed,
|
||||||
|
Loading…
Reference in New Issue
Block a user