mirror of https://github.com/ppy/osu
Remove explicit public definition
Interface members are public by default.
This commit is contained in:
parent
d332fd2414
commit
012b48dbe5
|
@ -18,6 +18,6 @@ public interface IHandlePresentBeatmap
|
|||
/// </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