mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 04:42:58 +08:00
Make ctor protected
This commit is contained in:
parent
f599427080
commit
34f3672750
@ -29,7 +29,7 @@ namespace osu.Game.Screens.Multi.Lounge.Components
|
|||||||
private readonly SearchTextBox search;
|
private readonly SearchTextBox search;
|
||||||
private readonly PageTabControl<RoomStatusFilter> tabs;
|
private readonly PageTabControl<RoomStatusFilter> tabs;
|
||||||
|
|
||||||
public FilterControl()
|
protected FilterControl()
|
||||||
{
|
{
|
||||||
InternalChildren = new Drawable[]
|
InternalChildren = new Drawable[]
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user