Move common settings sub-panel logic to own class

This commit is contained in:
Dean Herbert
2019-05-27 01:36:07 +09:00
parent 05c0df53dc
commit 53b2245330
3 changed files with 104 additions and 89 deletions

View File

@ -28,8 +28,6 @@ namespace osu.Game.Overlays
protected const float WIDTH = 400;
private const float sidebar_padding = 10;
protected Container<Drawable> ContentContainer;
protected override Container<Drawable> Content => ContentContainer;