mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Fix namespace for CarouselBeatmapRank, make UpdateableRank in TopLocalRank readonly
This commit is contained in:
@ -17,11 +17,11 @@ namespace osu.Game.Online.Leaderboards
|
||||
public class TopLocalRank : Container
|
||||
{
|
||||
private readonly BeatmapInfo beatmap;
|
||||
private readonly UpdateableRank rank;
|
||||
|
||||
private ScoreManager scores;
|
||||
private IBindable<RulesetInfo> ruleset;
|
||||
private IAPIProvider api;
|
||||
private UpdateableRank rank;
|
||||
|
||||
/// <summary>
|
||||
/// Raised when the top score is loaded
|
||||
|
Reference in New Issue
Block a user