// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Graphics.UserInterface; namespace osu.Game.Graphics.UserInterface { public abstract partial class OsuSliderBar : SliderBar where T : struct, IEquatable, IComparable, IConvertible { } }