This commit is contained in:
Dean Herbert
2017-11-28 18:42:50 +09:00
parent 5ae9b4c791
commit b11de50df2
2 changed files with 1 additions and 6 deletions

View File

@ -51,11 +51,6 @@ namespace osu.Game.Rulesets.Catch.UI
};
}
protected override void Update()
{
base.Update();
}
public bool CheckIfWeCanCatch(CatchHitObject obj) => catcherArea.CanCatch(obj);
public override void Add(DrawableHitObject h)