mirror of
https://github.com/ppy/osu
synced 2025-01-24 23:03:14 +00:00
3cdfd2eef5
# Conflicts: # osu.Game.Rulesets.Mania/UI/Column.cs
7 lines
161 B
C#
7 lines
161 B
C#
namespace osu.Game.Beatmaps.ControlPoints
|
|
{
|
|
public class DifficultyControlPoint : ControlPoint
|
|
{
|
|
public double SpeedMultiplier = 1;
|
|
}
|
|
} |