1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 14:02:55 +08:00

Tighten accessibility

This commit is contained in:
smoogipoo 2019-08-13 17:34:16 +09:00
parent 6b57c9801d
commit 92c2dafa12

View File

@ -25,12 +25,12 @@ namespace osu.Game.Screens.Multi.Match.Components
{
public const float HEIGHT = 200;
public MatchTabControl Tabs;
public readonly BindableBool ShowBeatmapPanel = new BindableBool();
public MatchTabControl Tabs { get; private set; }
public Action RequestBeatmapSelection;
public BindableBool ShowBeatmapPanel = new BindableBool();
private MatchBeatmapPanel beatmapPanel;
public Header()