mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 00:33:21 +08:00
Support generic FlowContainer.
This commit is contained in:
parent
a61fb5ef5d
commit
d57d5daac9
@ -8,7 +8,7 @@ namespace osu.Game.Overlays.Options
|
||||
{
|
||||
public abstract class OptionsSubsection : Container
|
||||
{
|
||||
private Container content;
|
||||
private Container<Drawable> content;
|
||||
protected override Container<Drawable> Content => content;
|
||||
|
||||
protected abstract string Header { get; }
|
||||
|
Loading…
Reference in New Issue
Block a user