mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
@ -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)
|
||||
|
Reference in New Issue
Block a user