1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 07:51:23 +08:00
Files
osu-lazer/osu.Game/Graphics/UserInterface/SongProgressGraph.cs
T
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
}
}