osu/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
}
}
}