Implement a BindableRulesetSelector

This commit is contained in:
Andrei Zavatski
2019-06-18 00:23:00 +03:00
parent cecbcd21b2
commit c95e3da3ec
3 changed files with 39 additions and 39 deletions

View File

@ -17,7 +17,7 @@ using System.Linq;
namespace osu.Game.Overlays.Toolbar
{
public class ToolbarRulesetSelector : RulesetSelector
public class ToolbarRulesetSelector : BindableRulesetSelector
{
private const float padding = 10;
private readonly Drawable modeButtonLine;