This commit is contained in:
smoogipoo
2017-11-30 00:11:00 +09:00
parent 49f0a7ff36
commit 0ec10ba32d
4 changed files with 4 additions and 5 deletions

View File

@ -22,7 +22,7 @@ namespace osu.Game.Overlays.Settings
private readonly SpriteText headerText;
private readonly Box selectionIndicator;
private readonly Container text;
public Action<SettingsSection> Action;
public new Action<SettingsSection> Action;
private SettingsSection section;
public SettingsSection Section