mirror of
https://github.com/ppy/osu.git
synced 2026-06-05 06:36:22 +08:00
Make settings dropdown abstract
This commit is contained in:
@@ -9,7 +9,7 @@ using osu.Game.Graphics.UserInterface;
|
||||
|
||||
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user