mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 04:13:11 +08:00
Fix one incorrect namespace syntax file
This commit is contained in:
parent
3d55a0291f
commit
490df8073c
@ -3,8 +3,8 @@
|
||||
|
||||
using osu.Framework.Bindables;
|
||||
|
||||
namespace osu.Game.Rulesets.Objects.Types;
|
||||
|
||||
namespace osu.Game.Rulesets.Objects.Types
|
||||
{
|
||||
/// <summary>
|
||||
/// A HitObject that has a slider velocity multiplier.
|
||||
/// </summary>
|
||||
@ -17,3 +17,4 @@ public interface IHasSliderVelocity
|
||||
|
||||
BindableNumber<double> SliderVelocityBindable { get; }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user