mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Replace compatibility properties with direct references
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user