mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Fix line endings.
This commit is contained in:
@ -7,9 +7,9 @@ using osu.Game.Graphics;
|
||||
using osu.Game.Modes;
|
||||
using osu.Game.Overlays.Mods;
|
||||
|
||||
namespace osu.Game
|
||||
{
|
||||
public class DifficultyReductionSection : ModSection
|
||||
namespace osu.Game
|
||||
{
|
||||
public class DifficultyReductionSection : ModSection
|
||||
{
|
||||
public ModButton EasyButton => Buttons[0];
|
||||
public ModButton NoFailButton => Buttons[1];
|
||||
@ -21,8 +21,8 @@ namespace osu.Game
|
||||
Colour = colours.Green;
|
||||
SelectedColour = colours.GreenLight;
|
||||
}
|
||||
|
||||
public DifficultyReductionSection()
|
||||
|
||||
public DifficultyReductionSection()
|
||||
{
|
||||
Header = @"Gameplay Difficulty Reduction";
|
||||
Buttons = new ModButton[]
|
||||
@ -51,7 +51,7 @@ namespace osu.Game
|
||||
new ModHalfTime(),
|
||||
},
|
||||
},
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user