Add reading of KiaiMode/OmitFirstBarLine from legacy control points.

This commit is contained in:
smoogipooo
2017-03-17 13:23:39 +09:00
parent 163a21a7bf
commit a06c195e1f
2 changed files with 4 additions and 1 deletions

View File

@ -16,6 +16,7 @@ namespace osu.Game.Beatmaps.Timing
public double VelocityAdjustment;
public bool TimingChange;
public bool KiaiMode;
public bool OmitFirstBarLine;
}