mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 12:23:22 +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")]
|
||||
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]
|
||||
public readonly Bindable<BeatmapInfo> Beatmap = new Bindable<BeatmapInfo>();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user