mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 15:33:05 +08:00
Update docstring
Co-Authored-By: pavlukivan <pavlukivan@outlook.com>
This commit is contained in:
parent
d86cbf66a9
commit
ffb91b4afc
@ -56,7 +56,7 @@ namespace osu.Game.Rulesets.Objects
|
|||||||
protected virtual HitResult SuccessfulHitResult => HitResult.Meh;
|
protected virtual HitResult SuccessfulHitResult => HitResult.Meh;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Whether it's possible to achieve this <see cref="HitResult"/>.
|
/// Check whether it is possible to achieve the provided <see cref="HitResult"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="result">The result type to check.</param>
|
/// <param name="result">The result type to check.</param>
|
||||||
/// <returns>Whether the <see cref="HitResult"/> can be achieved.</returns>
|
/// <returns>Whether the <see cref="HitResult"/> can be achieved.</returns>
|
||||||
|
Loading…
Reference in New Issue
Block a user