1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 05:39:57 +08:00
Files
osu-lazer/osu.Game/Overlays/Pause/PauseProgressGraph.cs
T
2017-01-30 16:18:34 -04:00

10 lines
198 B
C#

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