mirror of
https://github.com/osukey/osukey.git
synced 2025-05-06 22:27:25 +09: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
|
|
}
|
|
}
|