Remove no longer necessary HandleInput overrides

This commit is contained in:
Dean Herbert 2019-06-27 17:37:43 +09:00
parent 7762b67ecb
commit ba48331fcb
1 changed files with 0 additions and 4 deletions

View File

@ -77,10 +77,6 @@ public abstract class DrawableHitObject : SkinReloadableDrawable, IHasAccentColo
private bool judgementOccurred;
public bool Interactive = true;
public override bool HandleNonPositionalInput => Interactive;
public override bool HandlePositionalInput => Interactive;
public override bool RemoveWhenNotAlive => false;
public override bool RemoveCompletedTransforms => false;
protected override bool RequiresChildrenUpdate => true;