mirror of
https://github.com/ppy/osu.git
synced 2025-02-20 05:36:05 +08:00
Remove redundant class.
This commit is contained in:
parent
0da78c19a2
commit
d9fc04748e
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user