mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:47:26 +08:00
Add whitespace
This commit is contained in:
parent
bc31146560
commit
ef94df917c
@ -246,7 +246,8 @@ namespace osu.Game
|
|||||||
{
|
{
|
||||||
var dict = new Dictionary<ModType, IReadOnlyList<Mod>>();
|
var dict = new Dictionary<ModType, IReadOnlyList<Mod>>();
|
||||||
|
|
||||||
foreach (ModType type in Enum.GetValues(typeof(ModType))) dict[type] = r.NewValue?.CreateInstance().GetModsFor(type).ToList();
|
foreach (ModType type in Enum.GetValues(typeof(ModType)))
|
||||||
|
dict[type] = r.NewValue?.CreateInstance().GetModsFor(type).ToList();
|
||||||
|
|
||||||
SelectedMods.Value = Array.Empty<Mod>();
|
SelectedMods.Value = Array.Empty<Mod>();
|
||||||
AvailableMods.Value = dict;
|
AvailableMods.Value = dict;
|
||||||
|
Loading…
Reference in New Issue
Block a user