Skip to content

Commit

Permalink
Resolve IList change
Browse files Browse the repository at this point in the history
  • Loading branch information
naoei committed Nov 2, 2021
1 parent b51f044 commit 4060746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Tau/Objects/Slider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ private void updateNestedSamples()
protected override HitWindows CreateHitWindows() => HitWindows.Empty;

public int RepeatCount { get; set; }
public List<IList<HitSampleInfo>> NodeSamples { get; set; } = new List<IList<HitSampleInfo>>();
public IList<IList<HitSampleInfo>> NodeSamples { get; set; } = new List<IList<HitSampleInfo>>();
}
}

0 comments on commit 4060746

Please sign in to comment.