Split out IHasPath from IHasCurve to better define hitobjects

This commit is contained in:
Dean Herbert
2020-05-26 17:44:47 +09:00
parent ad10a7f0b2
commit 6b5b215299
13 changed files with 57 additions and 43 deletions

View File

@ -17,7 +17,7 @@ using osu.Game.Rulesets.Scoring;
namespace osu.Game.Rulesets.Osu.Objects
{
public class Slider : OsuHitObject, IHasCurve
public class Slider : OsuHitObject, IHasPathWithRepeats
{
public double EndTime
{