mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 01:47:30 +09: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
|
public abstract class OptionsSubsection : Container
|
||||||
{
|
{
|
||||||
private Container content;
|
private Container<Drawable> content;
|
||||||
protected override Container<Drawable> Content => content;
|
protected override Container<Drawable> Content => content;
|
||||||
|
|
||||||
protected abstract string Header { get; }
|
protected abstract string Header { get; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user