mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 20:22:55 +08:00
Reword xmldoc to read better
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
86330a7cc4
commit
04ab44bb7a
@ -11,7 +11,7 @@ namespace osu.Game.Rulesets.Scoring.Legacy
|
||||
public interface ILegacyScoreSimulator
|
||||
{
|
||||
/// <summary>
|
||||
/// Performs the simulation, scoring values achievable for the given beatmap.
|
||||
/// Performs the simulation, computing the maximum scoring values achievable for the given beatmap.
|
||||
/// </summary>
|
||||
/// <param name="workingBeatmap">The working beatmap.</param>
|
||||
/// <param name="playableBeatmap">A playable version of the beatmap for the ruleset.</param>
|
||||
|
Loading…
Reference in New Issue
Block a user