mirror of
https://github.com/osukey/osukey.git
synced 2025-05-01 03:37:17 +09:00
7 lines
161 B
C#
7 lines
161 B
C#
namespace osu.Game.Beatmaps.ControlPoints
|
|
{
|
|
public class DifficultyControlPoint : ControlPoint
|
|
{
|
|
public double SpeedMultiplier = 1;
|
|
}
|
|
} |