User IEnumerable for HandledExtensions

This commit is contained in:
Dean Herbert
2020-10-02 16:17:10 +09:00
parent f3c8cd91f4
commit 50eca202f4
6 changed files with 7 additions and 6 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" };