mirror of
https://github.com/ppy/osu.git
synced 2025-01-21 11:22:55 +08:00
Remove IHasFilterableChildren from class
This commit is contained in:
parent
6712a68797
commit
626ec85ae8
@ -15,7 +15,7 @@ using osuTK;
|
|||||||
|
|
||||||
namespace osu.Game.Screens.Multi.Lounge.Components
|
namespace osu.Game.Screens.Multi.Lounge.Components
|
||||||
{
|
{
|
||||||
public class RoomsContainer : CompositeDrawable, IHasFilterableChildren
|
public class RoomsContainer : CompositeDrawable
|
||||||
{
|
{
|
||||||
public Action<Room> JoinRequested;
|
public Action<Room> JoinRequested;
|
||||||
|
|
||||||
@ -114,11 +114,5 @@ namespace osu.Game.Screens.Multi.Lounge.Components
|
|||||||
|
|
||||||
selectedRoom.Value = room;
|
selectedRoom.Value = room;
|
||||||
}
|
}
|
||||||
|
|
||||||
public IEnumerable<string> FilterTerms => Enumerable.Empty<string>();
|
|
||||||
|
|
||||||
public IEnumerable<IFilterable> FilterableChildren => InternalChildren.OfType<IFilterable>();
|
|
||||||
|
|
||||||
public bool MatchingFilter { set { } }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user