mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Changed type of IHasFilterTerms.FilterTerms according to framework update
This commit is contained in:
@ -129,7 +129,7 @@ namespace osu.Game.Overlays.Music
|
||||
return true;
|
||||
}
|
||||
|
||||
public string[] FilterTerms { get; private set; }
|
||||
public IEnumerable<string> FilterTerms { get; private set; }
|
||||
|
||||
private bool matching = true;
|
||||
|
||||
|
Reference in New Issue
Block a user