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

@ -27,7 +27,7 @@ namespace osu.Game.Scoring
{
public class ScoreManager : DownloadableArchiveModelManager<ScoreInfo, ScoreFileInfo>
{
public override string[] HandledExtensions => new[] { ".osr" };
public override IEnumerable<string> HandledExtensions => new[] { ".osr" };
protected override string[] HashableFileTypes => new[] { ".osr" };