Merge pull request #10329 from peppy/editor-file-drop-support

Add drag-drop support in editor setup screen for audio and background images
This commit is contained in:
Dan Balasescu
2020-10-05 20:05:41 +09:00
committed by GitHub
8 changed files with 113 additions and 24 deletions

View File

@ -57,7 +57,7 @@ namespace osu.Game.Beatmaps
/// </summary>
public readonly WorkingBeatmap DefaultBeatmap;
public override string[] HandledExtensions => new[] { ".osz" };
public override IEnumerable<string> HandledExtensions => new[] { ".osz" };
protected override string[] HashableFileTypes => new[] { ".osu" };