mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 09:03:50 +09:00
code factor
This commit is contained in:
@ -26,7 +26,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
|||||||
|
|
||||||
private readonly BindableList<ScoreInfo> scores = new BindableList<ScoreInfo>();
|
private readonly BindableList<ScoreInfo> scores = new BindableList<ScoreInfo>();
|
||||||
|
|
||||||
private Bindable<bool> configVisibility = new Bindable<bool>();
|
private readonly Bindable<bool> configVisibility = new Bindable<bool>();
|
||||||
|
|
||||||
private TestSoloGameplayLeaderboard? testSoloGameplayLeaderboard;
|
private TestSoloGameplayLeaderboard? testSoloGameplayLeaderboard;
|
||||||
|
|
||||||
@ -96,9 +96,11 @@ namespace osu.Game.Tests.Visual.Gameplay
|
|||||||
private class TestSoloGameplayLeaderboard : SoloGameplayLeaderboard
|
private class TestSoloGameplayLeaderboard : SoloGameplayLeaderboard
|
||||||
{
|
{
|
||||||
public float FlowAlpha => Flow.Alpha;
|
public float FlowAlpha => Flow.Alpha;
|
||||||
|
|
||||||
public TestSoloGameplayLeaderboard(IUser trackingUser)
|
public TestSoloGameplayLeaderboard(IUser trackingUser)
|
||||||
: base(trackingUser)
|
: base(trackingUser)
|
||||||
{ }
|
{
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user