1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 00:53:10 +08:00

deleted more db-stuff

This commit is contained in:
Givikap120 2024-03-23 13:35:29 +02:00
parent cead94de77
commit 53b918ecc1
2 changed files with 0 additions and 7 deletions

View File

@ -161,9 +161,6 @@ namespace osu.Game.Rulesets.Osu.Difficulty
[UsedImplicitly]
public bool ShouldSerializeFlashlightDifficulty() => Mods.Any(m => m is ModFlashlight);
[UsedImplicitly]
public bool ShouldSerializeHiddenDifficulty() => Mods.Any(m => m is ModHidden);
#endregion
}
}

View File

@ -26,10 +26,6 @@ namespace osu.Game.Rulesets.Difficulty
protected const int ATTRIB_ID_FLASHLIGHT = 17;
protected const int ATTRIB_ID_SLIDER_FACTOR = 19;
protected const int ATTRIB_ID_SPEED_NOTE_COUNT = 21;
protected const int ATTRIB_ID_READING_LOW_AR = 23;
protected const int ATTRIB_ID_READING_HIGH_AR = 25;
protected const int ATTRIB_ID_READING_SLIDERS = 27;
protected const int ATTRIB_ID_READING_HIDDEN = 29;
/// <summary>
/// The mods which were applied to the beatmap.