1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-14 01:07:42 +08:00
osu-lazer/osu.Game/Overlays/Pause/PauseProgressGraph.cs

14 lines
268 B
C#
Raw Normal View History

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