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

@ -18,7 +18,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Connections
public const int SPACING = 32;
public const double PREEMPT = 800;
public FollowPointRenderer.FollowPointLifetimeEntry Entry;
public FollowPointLifetimeEntry Entry;
public DrawablePool<FollowPoint> Pool;
protected override void PrepareForUse()