1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-07 10:57:51 +08:00
osu-lazer/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
}
}