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

10 lines
198 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
{
// TODO: Implement the pause progress graph
}
}