Make Mods IEnumerable.

This commit is contained in:
Dean Herbert
2017-03-06 15:20:55 +09:00
parent ff51af94ec
commit 2de25c23b4
2 changed files with 3 additions and 2 deletions

View File

@ -34,7 +34,7 @@ namespace osu.Game.Overlays.Mods
private FillFlowContainer<ModSection> modSectionsContainer;
public readonly Bindable<Mod[]> SelectedMods = new Bindable<Mod[]>();
public readonly Bindable<IEnumerable<Mod>> SelectedMods = new Bindable<IEnumerable<Mod>>();
public readonly Bindable<PlayMode> PlayMode = new Bindable<PlayMode>();