mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 12:42:54 +08:00
Remove unused method
This commit is contained in:
parent
af45e8d97b
commit
a231a4aa6d
@ -87,10 +87,6 @@ namespace osu.Game.Rulesets.Catch.UI
|
|||||||
public void OnRevertResult(DrawableCatchHitObject fruit, JudgementResult result)
|
public void OnRevertResult(DrawableCatchHitObject fruit, JudgementResult result)
|
||||||
=> comboDisplay.OnRevertResult(fruit, result);
|
=> comboDisplay.OnRevertResult(fruit, result);
|
||||||
|
|
||||||
public void OnReleased(CatchAction action)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
public bool AttemptCatch(CatchHitObject obj)
|
public bool AttemptCatch(CatchHitObject obj)
|
||||||
{
|
{
|
||||||
return MovableCatcher.AttemptCatch(obj);
|
return MovableCatcher.AttemptCatch(obj);
|
||||||
|
Loading…
Reference in New Issue
Block a user