mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 02:32:59 +08:00
Fix missing comments
This commit is contained in:
parent
f603dd82bc
commit
a4d4efc312
@ -14,13 +14,13 @@ namespace osu.Game.Rulesets.Mods
|
||||
/// Called when a beatmap is changed. Can be used to read default values.
|
||||
/// Any changes made will not be preserved.
|
||||
/// </summary>
|
||||
/// <param name="difficulty"></param>
|
||||
/// <param name="difficulty">The difficulty to read from.</param>
|
||||
void ReadFromDifficulty(BeatmapDifficulty difficulty);
|
||||
|
||||
/// <summary>
|
||||
/// Called post beatmap conversion. Can be used to apply changes to difficulty attributes.
|
||||
/// </summary>
|
||||
/// <param name="difficulty"></param>
|
||||
/// <param name="difficulty">The difficulty to mutate.</param>
|
||||
void ApplyToDifficulty(BeatmapDifficulty difficulty);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user