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