Make hitobject pieces able to update dynamically

This commit is contained in:
smoogipoo
2019-09-27 18:45:22 +09:00
parent 4fc37d1137
commit bddaead72e
14 changed files with 125 additions and 95 deletions

View File

@ -14,7 +14,7 @@ using osuTK;
namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Sliders.Components
{
public class PathControlPointPiece : CompositeDrawable
public class PathControlPointPiece : BlueprintPiece<Slider>
{
private readonly Slider slider;
private readonly int index;