mirror of
https://github.com/ppy/osu.git
synced 2024-11-07 10:57:51 +08:00
10 lines
204 B
C#
10 lines
204 B
C#
using osu.Framework.Graphics.Containers;
|
|
|
|
namespace osu.Game.Graphics.UserInterface
|
|
{
|
|
public class SongProgressGraph : Container
|
|
{
|
|
// TODO: Implement the song progress graph
|
|
}
|
|
}
|