mirror of
https://github.com/osukey/osukey.git
synced 2025-08-01 21:58:46 +09:00
14 lines
268 B
C#
14 lines
268 B
C#
using osu.Framework.Graphics.Containers;
|
|
|
|
namespace osu.Game.Overlays.Pause
|
|
{
|
|
public class PauseProgressGraph : Container
|
|
{
|
|
|
|
public PauseProgressGraph()
|
|
{
|
|
// TODO: Implement the pause progress graph
|
|
}
|
|
}
|
|
}
|