mirror of
https://github.com/ppy/osu
synced 2025-03-22 19:06:58 +00:00
cleanup
This commit is contained in:
parent
53769479c7
commit
eb691266c1
@ -39,13 +39,13 @@ namespace osu.Game.Screens.Play.HUD
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public readonly Bindable<bool> AlwaysVisible = new Bindable<bool>(true);
|
public readonly Bindable<bool> AlwaysVisible = new Bindable<bool>(true);
|
||||||
|
|
||||||
|
private Bindable<PlayBeatmapDetailArea.TabType> scoresType = new Bindable<PlayBeatmapDetailArea.TabType>();
|
||||||
|
|
||||||
public SoloGameplayLeaderboard(IUser trackingUser)
|
public SoloGameplayLeaderboard(IUser trackingUser)
|
||||||
{
|
{
|
||||||
this.trackingUser = trackingUser;
|
this.trackingUser = trackingUser;
|
||||||
}
|
}
|
||||||
|
|
||||||
private Bindable<PlayBeatmapDetailArea.TabType> scoresType = new Bindable<PlayBeatmapDetailArea.TabType>();
|
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(OsuConfigManager config)
|
private void load(OsuConfigManager config)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user