Manage catcher trails by lifetime entries

This commit is contained in:
ekrctb
2021-07-29 17:12:01 +09:00
parent c67c763a92
commit 81f23e1111
5 changed files with 133 additions and 40 deletions

View File

@ -0,0 +1,12 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
namespace osu.Game.Rulesets.Catch.UI
{
public enum CatcherTrailAnimation
{
Dashing,
HyperDashing,
HyperDashAfterimage
}
}