Read menu music from osz resource

This commit is contained in:
Dean Herbert
2017-05-23 16:26:51 +09:00
parent d1eb8937b7
commit fe7ac20e29
8 changed files with 111 additions and 93 deletions

View File

@ -37,5 +37,7 @@ namespace osu.Desktop.Beatmaps.IO
{
// no-op
}
public override Stream GetUnderlyingStream() => null;
}
}