1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-16 19:13:22 +08:00
osu-lazer/osu.Game/Overlays/Pause/PauseProgressGraph.cs
2017-01-30 07:19:14 -04:00

14 lines
268 B
C#

using osu.Framework.Graphics.Containers;
namespace osu.Game.Overlays.Pause
{
public class PauseProgressGraph : Container
{
public PauseProgressGraph()
{
// TODO: Implement the pause progress graph
}
}
}