Share logic with other rulesets (and make default)

This commit is contained in:
Dean Herbert
2019-08-28 18:12:47 +09:00
parent 9752dbf950
commit 9a98f39f06
5 changed files with 5 additions and 7 deletions

View File

@ -78,8 +78,6 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
public abstract bool OnPressed(TaikoAction action);
public virtual bool OnReleased(TaikoAction action) => false;
protected override void UpdateInitialTransforms() => this.FadeIn();
public override double LifetimeStart
{
get => base.LifetimeStart;