osukey/osu.Game/Graphics/UserInterface/SongProgressGraph.cs
2017-02-03 15:22:02 -04:00

10 lines
204 B
C#

using osu.Framework.Graphics.Containers;
namespace osu.Game.Graphics.UserInterface
{
public class SongProgressGraph : Container
{
// TODO: Implement the song progress graph
}
}