Remove redundant StaysOnPlate

This commit is contained in:
ekrctb
2020-11-25 07:59:45 +09:00
parent ab7251d742
commit 3c3229ac4b
3 changed files with 3 additions and 7 deletions

View File

@ -10,8 +10,6 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawables
{
public class DrawableFruit : DrawablePalpableCatchHitObject
{
public override bool StaysOnPlate => true;
public DrawableFruit(CatchHitObject h)
: base(h)
{