Change IHasRepeats.NodeSamples to IList from List

This commit is contained in:
goodtrailer
2021-10-23 01:59:07 -07:00
parent dbb1bafb28
commit 4440b9ca11
13 changed files with 14 additions and 13 deletions

View File

@ -67,7 +67,7 @@ namespace osu.Game.Rulesets.Mania.Objects
}
}
public List<IList<HitSampleInfo>> NodeSamples { get; set; }
public IList<IList<HitSampleInfo>> NodeSamples { get; set; }
/// <summary>
/// The head note of the hold.