mirror of
https://github.com/ppy/osu
synced 2025-01-04 05:12:10 +00: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>
|
||||
/// <param name="beatmap">The beatmap 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…
Reference in New Issue
Block a user