1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 13:32:54 +08:00

Make ctor protected

This commit is contained in:
smoogipoo 2020-12-07 22:04:41 +09:00
parent f599427080
commit 34f3672750

View File

@ -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[]
{