mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 01:47:30 +09:00
Remove explicit public definition
Interface members are public by default.
This commit is contained in:
parent
d332fd2414
commit
012b48dbe5
@ -18,6 +18,6 @@ namespace osu.Game.Screens
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="beatmap">The beatmap to be selected.</param>
|
/// <param name="beatmap">The beatmap to be selected.</param>
|
||||||
/// <param name="ruleset">The ruleset to be selected.</param>
|
/// <param name="ruleset">The ruleset to be selected.</param>
|
||||||
public void PresentBeatmap(WorkingBeatmap beatmap, RulesetInfo ruleset);
|
void PresentBeatmap(WorkingBeatmap beatmap, RulesetInfo ruleset);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user