mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 15:22:55 +08:00
Add note regarding OnlineInfo
being temporary
This commit is contained in:
parent
7245baba69
commit
65a7b6776e
@ -35,6 +35,7 @@ namespace osu.Game.Beatmaps
|
||||
[NotNull]
|
||||
public List<BeatmapSetFileInfo> Files { get; set; } = new List<BeatmapSetFileInfo>();
|
||||
|
||||
// This field is temporary and only used by `APIBeatmapSet.ToBeatmapSet` (soon to be removed) and tests (to be updated to provide APIBeatmapSet instead).
|
||||
[NotMapped]
|
||||
public APIBeatmapSet OnlineInfo { get; set; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user