1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 20:48:44 +08:00

Added back current work

This commit is contained in:
DrabWeb
2017-02-03 15:22:02 -04:00
Unverified
parent 3f9b5ee6cb
commit 0d8815bd37
7 changed files with 59 additions and 34 deletions
@@ -0,0 +1,9 @@
using osu.Framework.Graphics.Containers;
namespace osu.Game.Graphics.UserInterface
{
public class SongProgressGraph : Container
{
// TODO: Implement the song progress graph
}
}