mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Expose LowestSuccessfulHitResult()
This commit is contained in:
@ -48,7 +48,7 @@ namespace osu.Game.Rulesets.Scoring
|
||||
/// Retrieves the <see cref="HitResult"/> with the largest hit window that produces a successful hit.
|
||||
/// </summary>
|
||||
/// <returns>The lowest allowed successful <see cref="HitResult"/>.</returns>
|
||||
protected HitResult LowestSuccessfulHitResult()
|
||||
public HitResult LowestSuccessfulHitResult()
|
||||
{
|
||||
for (var result = HitResult.Meh; result <= HitResult.Perfect; ++result)
|
||||
{
|
||||
|
Reference in New Issue
Block a user