Make leaderboard scores clickable.

This commit is contained in:
Dean Herbert
2017-04-11 14:01:47 +09:00
parent d51b37cb44
commit 7d32cc85c8
3 changed files with 7 additions and 1 deletions

View File

@ -17,7 +17,7 @@ using osu.Game.Rulesets.Scoring;
namespace osu.Game.Screens.Select.Leaderboards
{
public class LeaderboardScore : Container, IStateful<Visibility>
public class LeaderboardScore : ClickableContainer, IStateful<Visibility>
{
public static readonly float HEIGHT = 60;