osu/osu.Game/Overlays/Pause/PauseProgressGraph.cs

14 lines
268 B
C#
Raw Normal View History

2017-01-30 11:19:14 +00:00
using osu.Framework.Graphics.Containers;
namespace osu.Game.Overlays.Pause
{
2017-01-30 11:19:14 +00:00
public class PauseProgressGraph : Container
{
2017-01-30 11:19:14 +00:00
public PauseProgressGraph()
{
// TODO: Implement the pause progress graph
}
}
}