1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 11:07:52 +08:00
This commit is contained in:
Piggey 2022-11-17 21:50:39 +01:00
parent 53769479c7
commit eb691266c1

View File

@ -39,13 +39,13 @@ namespace osu.Game.Screens.Play.HUD
/// </summary>
public readonly Bindable<bool> AlwaysVisible = new Bindable<bool>(true);
private Bindable<PlayBeatmapDetailArea.TabType> scoresType = new Bindable<PlayBeatmapDetailArea.TabType>();
public SoloGameplayLeaderboard(IUser trackingUser)
{
this.trackingUser = trackingUser;
}
private Bindable<PlayBeatmapDetailArea.TabType> scoresType = new Bindable<PlayBeatmapDetailArea.TabType>();
[BackgroundDependencyLoader]
private void load(OsuConfigManager config)
{