mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Add explicit LoadTrack method
This commit is contained in:
@ -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();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user