Migrate DrawableHit to use a nested hitobject for strong hits

This commit is contained in:
smoogipoo
2018-08-03 16:12:38 +09:00
parent 2dff04392e
commit fdf889359f
8 changed files with 101 additions and 182 deletions

View File

@ -9,7 +9,7 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
{
public class DrawableCentreHit : DrawableHit
{
protected override TaikoAction[] HitActions { get; } = { TaikoAction.LeftCentre, TaikoAction.RightCentre };
public override TaikoAction[] HitActions { get; } = { TaikoAction.LeftCentre, TaikoAction.RightCentre };
public DrawableCentreHit(Hit hit)
: base(hit)