mirror of
https://github.com/ppy/osu.git
synced 2025-01-21 12:03:21 +08:00
Add played property to playlist item
This commit is contained in:
parent
f61b8e6154
commit
fb0e9d6760
@ -23,6 +23,12 @@ namespace osu.Game.Online.Rooms
|
|||||||
[JsonProperty("ruleset_id")]
|
[JsonProperty("ruleset_id")]
|
||||||
public int RulesetID { get; set; }
|
public int RulesetID { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Whether this <see cref="PlaylistItem"/> is still a valid selection for the <see cref="Room"/>.
|
||||||
|
/// </summary>
|
||||||
|
[JsonProperty("expired")]
|
||||||
|
public bool Expired { get; set; }
|
||||||
|
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
public readonly Bindable<BeatmapInfo> Beatmap = new Bindable<BeatmapInfo>();
|
public readonly Bindable<BeatmapInfo> Beatmap = new Bindable<BeatmapInfo>();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user