Merge branch 'master' into songselect-best-user-score

This commit is contained in:
Dean Herbert
2019-07-22 22:34:11 +09:00
committed by GitHub
55 changed files with 324 additions and 155 deletions

View File

@ -82,6 +82,8 @@ namespace osu.Game.Screens.Select.Leaderboards
};
}
protected override bool IsOnlineScope => Scope != BeatmapLeaderboardScope.Local;
protected override APIRequest FetchScores(Action<IEnumerable<ScoreInfo>> scoresCallback)
{
if (Scope == BeatmapLeaderboardScope.Local)