Load beatmap data from an optional osb file.

This commit is contained in:
Damnae
2017-02-09 15:09:48 +01:00
parent c5cf6a6909
commit a504c73f33
10 changed files with 68 additions and 24 deletions

View File

@ -44,6 +44,10 @@ namespace osu.Game.Beatmaps.IO
/// </summary>
public abstract string[] ReadBeatmaps();
/// <summary>
/// Gets the storyboard file name.
/// </summary>
public abstract string ReadStoryboard();
/// <summary>
/// Opens a stream for reading a specific file from this archive.
/// </summary>
public abstract Stream GetStream(string name);