namespace osu.Game.Beatmaps.ControlPoints { public class DifficultyControlPoint : ControlPoint { public double SpeedMultiplier = 1; } }