mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 18:03:11 +08:00
Add explicit todo about removing BeatmapInfo.MaxCombo
Using that property is a trap basically.
This commit is contained in:
parent
d681643c38
commit
c5cc7eec79
@ -9,6 +9,7 @@ using osu.Framework.Testing;
|
||||
using osu.Game.Database;
|
||||
using osu.Game.Models;
|
||||
using osu.Game.Online.API.Requests.Responses;
|
||||
using osu.Game.Overlays.BeatmapSet.Scores;
|
||||
using osu.Game.Rulesets;
|
||||
using osu.Game.Scoring;
|
||||
using Realms;
|
||||
@ -169,6 +170,10 @@ namespace osu.Game.Beatmaps
|
||||
[Ignored]
|
||||
public APIBeatmap? OnlineInfo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The maximum achievable combo on this beatmap, populated for online info purposes only.
|
||||
/// Todo: This should never be used nor exist, but is still relied on in <see cref="ScoresContainer.Scores"/> since <see cref="IBeatmapInfo"/> can't be used yet.
|
||||
/// </summary>
|
||||
[Ignored]
|
||||
public int? MaxCombo { get; set; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user