mirror of
https://github.com/ppy/osu.git
synced 2024-11-07 13:47:33 +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
|
|||
|
}
|
|||
|
}
|