mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 22:33:05 +08:00
Merge pull request #4909 from peppy/abstract-osu-button
Mark OsuButton as abstract
This commit is contained in:
commit
9d6df33204
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user