2017-02-07 04:59:30 +00:00
|
|
|
|
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
|
|
|
|
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
|
|
|
|
|
|
|
|
|
using osu.Framework.Graphics.Containers;
|
2017-01-30 08:08:14 +00:00
|
|
|
|
|
2017-02-07 04:52:19 +00:00
|
|
|
|
namespace osu.Game.Overlays.Pause
|
|
|
|
|
{
|
|
|
|
|
public class PauseProgressGraph : Container
|
2017-01-30 08:08:14 +00:00
|
|
|
|
{
|
2017-02-07 04:52:19 +00:00
|
|
|
|
// TODO: Implement the pause progress graph
|
|
|
|
|
}
|
|
|
|
|
}
|