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
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ public interface IApplicableToScoreProcessor : IApplicableMod
{
void ApplyToScoreProcessor(ScoreProcessor scoreProcessor);
/// <summary>
/// Adjusts a rank value passed by <see cref="ScoreProcessor"> and returns it.
/// </summary>
ScoreRank AdjustRank(ScoreRank rank, double accuracy);
}
}