mirror of
https://github.com/ppy/osu
synced 2025-01-29 01:03:01 +00:00
Add GetStream
to IWorkingBeatmap
This commit is contained in:
parent
cb41c89935
commit
bf8789528a
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using System.IO;
|
||||||
using osu.Framework.Audio.Track;
|
using osu.Framework.Audio.Track;
|
||||||
using osu.Framework.Graphics.Textures;
|
using osu.Framework.Graphics.Textures;
|
||||||
using osu.Game.Rulesets;
|
using osu.Game.Rulesets;
|
||||||
@ -67,5 +68,7 @@ namespace osu.Game.Beatmaps
|
|||||||
/// </remarks>
|
/// </remarks>
|
||||||
/// <returns>A fresh track instance, which will also be available via <see cref="Track"/>.</returns>
|
/// <returns>A fresh track instance, which will also be available via <see cref="Track"/>.</returns>
|
||||||
Track LoadTrack();
|
Track LoadTrack();
|
||||||
|
|
||||||
|
Stream GetStream(string storagePath);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user