mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Rename EasingTypes to Easing
This commit is contained in:
@ -36,7 +36,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
/// <summary>
|
||||
/// Easing for the counter rollover animation.
|
||||
/// </summary>
|
||||
protected virtual EasingTypes RollingEasing => EasingTypes.OutQuint;
|
||||
protected virtual Easing RollingEasing => Easing.OutQuint;
|
||||
|
||||
private T displayedCount;
|
||||
|
||||
|
Reference in New Issue
Block a user