mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Remove redundant arguments
This commit is contained in:
@ -114,11 +114,6 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
{
|
||||
public bool ResultsCreated { get; private set; }
|
||||
|
||||
public FakeRankingPushPlayer()
|
||||
: base(true, true)
|
||||
{
|
||||
}
|
||||
|
||||
protected override ResultsScreen CreateResults(ScoreInfo score)
|
||||
{
|
||||
var results = base.CreateResults(score);
|
||||
|
Reference in New Issue
Block a user