mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Mark OsuButton as abstract
Not being used directly, so we probably shouldn't support it for now.
This commit is contained in:
@ -17,11 +17,11 @@ namespace osu.Game.Graphics.UserInterface
|
||||
/// <summary>
|
||||
/// A button with added default sound effects.
|
||||
/// </summary>
|
||||
public class OsuButton : Button
|
||||
public abstract class OsuButton : Button
|
||||
{
|
||||
private Box hover;
|
||||
|
||||
public OsuButton()
|
||||
protected OsuButton()
|
||||
{
|
||||
Height = 40;
|
||||
|
||||
|
Reference in New Issue
Block a user