Fix a couple more new formatting issues

This commit is contained in:
Dean Herbert
2020-06-10 00:09:29 +09:00
parent 880a127228
commit 3ae1df07b0
2 changed files with 7 additions and 2 deletions

View File

@ -17,7 +17,9 @@ namespace osu.Game.Rulesets.Mods
public override string Description => "Everything just got a bit harder...";
public override Type[] IncompatibleMods => new[] { typeof(ModEasy), typeof(ModDifficultyAdjust) };
public void ReadFromDifficulty(BeatmapDifficulty difficulty) { }
public void ReadFromDifficulty(BeatmapDifficulty difficulty)
{
}
public void ApplyToDifficulty(BeatmapDifficulty difficulty)
{