Add explicit LoadTrack method

This commit is contained in:
Dean Herbert
2020-08-17 15:38:16 +09:00
parent 0c4aefb15e
commit d9debef156
10 changed files with 37 additions and 12 deletions

View File

@ -58,6 +58,6 @@ namespace osu.Game.Beatmaps
/// <summary>
/// Retrieves the <see cref="Track"/> which this <see cref="WorkingBeatmap"/> provides.
/// </summary>
Track GetTrack();
Track LoadTrack();
}
}