mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:07:25 +08:00
10 lines
198 B
C#
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
|
|
}
|
|
}
|