Add automated test cases

This commit is contained in:
smoogipoo
2019-11-05 19:31:58 +09:00
parent 6c58faf30c
commit f2118b0eba
2 changed files with 113 additions and 67 deletions

View File

@ -11,6 +11,8 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Connections
{
public class FollowPointRenderer : CompositeDrawable
{
internal IReadOnlyList<FollowPointGroup> Groups => groups;
private readonly List<FollowPointGroup> groups = new List<FollowPointGroup>();
/// <summary>