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:
@ -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" };
|
||||
|
||||
|
Reference in New Issue
Block a user