Separate classes

This commit is contained in:
smoogipoo
2020-11-20 16:53:08 +09:00
parent c1f56cd0ba
commit 7bd75eca81
4 changed files with 100 additions and 91 deletions

View File

@ -272,7 +272,7 @@ namespace osu.Game.Rulesets.Osu.Tests
private DrawableOsuHitObject getObject(int index) => hitObjectContainer[index];
private FollowPointRenderer.FollowPointLifetimeEntry getEntry(int index) => followPointRenderer.Entries[index];
private FollowPointLifetimeEntry getEntry(int index) => followPointRenderer.Entries[index];
private FollowPointConnection getGroup(int index) => followPointRenderer.ChildrenOfType<FollowPointConnection>().Single(c => c.Entry == getEntry(index));