1
0
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:
Dean Herbert 2023-09-12 15:28:55 +09:00 committed by GitHub
parent 86330a7cc4
commit 04ab44bb7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>