Replace compatibility properties with direct references

This commit is contained in:
Dean Herbert
2022-01-12 18:05:25 +09:00
parent 482cf29e28
commit eb70a1eeb7
10 changed files with 16 additions and 32 deletions

View File

@ -38,7 +38,7 @@ namespace osu.Game.Beatmaps
public BeatmapMetadata Metadata { get; set; } = new BeatmapMetadata();
[IgnoreMap]
[Backlink(nameof(ScoreInfo.Beatmap))]
[Backlink(nameof(ScoreInfo.BeatmapInfo))]
public IQueryable<ScoreInfo> Scores { get; } = null!;
public BeatmapInfo(RulesetInfo ruleset, BeatmapDifficulty difficulty, BeatmapMetadata metadata)