osukey/osu.Game/Overlays/Pause/PauseProgressGraph.cs
2017-02-07 13:52:19 +09:00

10 lines
204 B
C#

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