mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 09:32:55 +08:00
Update docstring
Co-Authored-By: pavlukivan <pavlukivan@outlook.com>
This commit is contained in:
parent
a62b105fb5
commit
d86cbf66a9
@ -58,7 +58,8 @@ namespace osu.Game.Rulesets.Objects
|
||||
/// <summary>
|
||||
/// Whether it's possible to achieve this <see cref="HitResult"/>.
|
||||
/// </summary>
|
||||
/// <param name="result">The result.</param>
|
||||
/// <param name="result">The result type to check.</param>
|
||||
/// <returns>Whether the <see cref="HitResult"/> can be achieved.</returns>
|
||||
public virtual bool IsHitResultAllowed(HitResult result)
|
||||
{
|
||||
switch (result)
|
||||
|
Loading…
Reference in New Issue
Block a user