mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Remove redundant class.
This commit is contained in:
@ -252,15 +252,4 @@ namespace osu.Game.Overlays
|
||||
|
||||
protected override void PopOut() => FadeOut(500);
|
||||
}
|
||||
|
||||
public class ClickableTextAwesome : TextAwesome
|
||||
{
|
||||
public Action Action;
|
||||
|
||||
protected override bool OnClick(InputState state)
|
||||
{
|
||||
Action?.Invoke();
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user