mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
User IEnumerable for HandledExtensions
This commit is contained in:
@ -70,7 +70,7 @@ namespace osu.Game.Database
|
||||
|
||||
private readonly Bindable<WeakReference<TModel>> itemRemoved = new Bindable<WeakReference<TModel>>();
|
||||
|
||||
public virtual string[] HandledExtensions => new[] { ".zip" };
|
||||
public virtual IEnumerable<string> HandledExtensions => new[] { ".zip" };
|
||||
|
||||
public virtual bool SupportsImportFromStable => RuntimeInfo.IsDesktop;
|
||||
|
||||
|
Reference in New Issue
Block a user