mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
User IEnumerable for HandledExtensions
This commit is contained in:
@ -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" };
|
||||
|
||||
|
Reference in New Issue
Block a user