mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Make settings dropdown abstract
This commit is contained in:
@ -9,7 +9,7 @@ using osu.Game.Graphics.UserInterface;
|
|||||||
|
|
||||||
namespace osu.Game.Overlays.Settings
|
namespace osu.Game.Overlays.Settings
|
||||||
{
|
{
|
||||||
public class SettingsDropdown<T> : SettingsItem<T>
|
public abstract class SettingsDropdown<T> : SettingsItem<T>
|
||||||
{
|
{
|
||||||
protected new OsuDropdown<T> Control => (OsuDropdown<T>)base.Control;
|
protected new OsuDropdown<T> Control => (OsuDropdown<T>)base.Control;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user