mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Remove unnecessary public
prefix in interface method
This commit is contained in:
@ -25,7 +25,7 @@ namespace osu.Game.Rulesets.Mods
|
|||||||
/// For callers that want to receive a directly usable <see cref="Score"/> instance,
|
/// For callers that want to receive a directly usable <see cref="Score"/> instance,
|
||||||
/// the <see cref="ModExtensions.CreateScoreFromReplayData"/> extension method is provided for convenience.
|
/// the <see cref="ModExtensions.CreateScoreFromReplayData"/> extension method is provided for convenience.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
public ModReplayData CreateReplayData(IBeatmap beatmap, IReadOnlyList<Mod> mods);
|
ModReplayData CreateReplayData(IBeatmap beatmap, IReadOnlyList<Mod> mods);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Reference in New Issue
Block a user