1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 19:22:56 +08:00

Add xmldoc

This commit is contained in:
iiSaLMaN 2019-04-30 18:12:27 +03:00 committed by GitHub
parent b08fb5136e
commit 5d50316ae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,9 @@ namespace osu.Game.Rulesets.Mods
{
void ApplyToScoreProcessor(ScoreProcessor scoreProcessor);
/// <summary>
/// Adjusts a rank value passed by <see cref="ScoreProcessor"> and returns it.
/// </summary>
ScoreRank AdjustRank(ScoreRank rank, double accuracy);
}
}