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:
parent
cead94de77
commit
53b918ecc1
@ -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
|
||||
}
|
||||
}
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user