mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 12:42:56 +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]
|
[UsedImplicitly]
|
||||||
public bool ShouldSerializeFlashlightDifficulty() => Mods.Any(m => m is ModFlashlight);
|
public bool ShouldSerializeFlashlightDifficulty() => Mods.Any(m => m is ModFlashlight);
|
||||||
|
|
||||||
[UsedImplicitly]
|
|
||||||
public bool ShouldSerializeHiddenDifficulty() => Mods.Any(m => m is ModHidden);
|
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -26,10 +26,6 @@ namespace osu.Game.Rulesets.Difficulty
|
|||||||
protected const int ATTRIB_ID_FLASHLIGHT = 17;
|
protected const int ATTRIB_ID_FLASHLIGHT = 17;
|
||||||
protected const int ATTRIB_ID_SLIDER_FACTOR = 19;
|
protected const int ATTRIB_ID_SLIDER_FACTOR = 19;
|
||||||
protected const int ATTRIB_ID_SPEED_NOTE_COUNT = 21;
|
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>
|
/// <summary>
|
||||||
/// The mods which were applied to the beatmap.
|
/// The mods which were applied to the beatmap.
|
||||||
|
Loading…
Reference in New Issue
Block a user