mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Add mention of PlaylistItem.Beatmap
being a placeholder in many cases
This commit is contained in:
@ -62,6 +62,10 @@ namespace osu.Game.Online.Rooms
|
|||||||
[JsonProperty("beatmap_id")]
|
[JsonProperty("beatmap_id")]
|
||||||
private int onlineBeatmapId => Beatmap.OnlineID;
|
private int onlineBeatmapId => Beatmap.OnlineID;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// A beatmap representing this playlist item.
|
||||||
|
/// In many cases, this will *not* contain any usable information apart from OnlineID.
|
||||||
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
public IBeatmapInfo Beatmap { get; set; } = null!;
|
public IBeatmapInfo Beatmap { get; set; } = null!;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user