mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 08:27:23 +08:00
Re-expose OsuButton
This commit is contained in:
parent
830ddbc2de
commit
1f24541883
@ -17,11 +17,11 @@ namespace osu.Game.Graphics.UserInterface
|
||||
/// <summary>
|
||||
/// A button with added default sound effects.
|
||||
/// </summary>
|
||||
public abstract class OsuButton : Button
|
||||
public class OsuButton : Button
|
||||
{
|
||||
private Box hover;
|
||||
|
||||
protected OsuButton()
|
||||
public OsuButton()
|
||||
{
|
||||
Height = 40;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user