mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 08:27:49 +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>
|
||||
public partial class OnlinePlayBeatmapAvailabilityTracker : CompositeComponent
|
||||
{
|
||||
public readonly IBindable<PlaylistItem> SelectedItem = new Bindable<PlaylistItem>();
|
||||
public readonly Bindable<PlaylistItem> SelectedItem = new Bindable<PlaylistItem>();
|
||||
|
||||
[Resolved]
|
||||
private RealmAccess realm { get; set; } = null!;
|
||||
|
Loading…
Reference in New Issue
Block a user