mirror of https://github.com/ppy/osu
Add xmldoc
This commit is contained in:
parent
b08fb5136e
commit
5d50316ae7
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue