mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 23:00:52 +08:00
Make ctor protected
This commit is contained in:
@@ -29,7 +29,7 @@ namespace osu.Game.Screens.Multi.Lounge.Components
|
||||
private readonly SearchTextBox search;
|
||||
private readonly PageTabControl<RoomStatusFilter> tabs;
|
||||
|
||||
public FilterControl()
|
||||
protected FilterControl()
|
||||
{
|
||||
InternalChildren = new Drawable[]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user