mirror of
https://github.com/ppy/osu
synced 2025-01-09 15:49:32 +00:00
3cdfd2eef5
# Conflicts: # osu.Game.Rulesets.Mania/UI/Column.cs
10 lines
268 B
C#
10 lines
268 B
C#
using osu.Game.Beatmaps.Timing;
|
|
|
|
namespace osu.Game.Beatmaps.ControlPoints
|
|
{
|
|
public class TimingControlPoint : ControlPoint
|
|
{
|
|
public TimeSignatures TimeSignature = TimeSignatures.SimpleQuadruple;
|
|
public double BeatLength = 500;
|
|
}
|
|
} |