mirror of
https://github.com/ppy/osu.git
synced 2025-01-08 05:52:54 +08:00
Make SelectedItem
externally mutable
Not being able to externally mutate this was making reuse in new daily challenge screen unnecessarily arduous.
This commit is contained in:
parent
d80f09e0c0
commit
f135a9a923
@ -29,7 +29,7 @@ namespace osu.Game.Online.Rooms
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public partial class OnlinePlayBeatmapAvailabilityTracker : CompositeComponent
|
public partial class OnlinePlayBeatmapAvailabilityTracker : CompositeComponent
|
||||||
{
|
{
|
||||||
public readonly IBindable<PlaylistItem> SelectedItem = new Bindable<PlaylistItem>();
|
public readonly Bindable<PlaylistItem> SelectedItem = new Bindable<PlaylistItem>();
|
||||||
|
|
||||||
[Resolved]
|
[Resolved]
|
||||||
private RealmAccess realm { get; set; } = null!;
|
private RealmAccess realm { get; set; } = null!;
|
||||||
|
Loading…
Reference in New Issue
Block a user