Merge pull request #103 from huoyaoyuan/music-controller

Music controller
This commit is contained in:
Dean Herbert
2016-11-10 12:54:56 +09:00
committed by GitHub
11 changed files with 553 additions and 71 deletions

View File

@ -51,7 +51,6 @@ namespace osu.Game
private void Beatmap_ValueChanged(object sender, EventArgs e)
{
throw new NotImplementedException();
}
protected override void Load(BaseGame game)