Fully parse control points.

This commit is contained in:
smoogipooo
2017-04-04 13:11:04 +09:00
parent a742664675
commit 4b424263ce
6 changed files with 61 additions and 21 deletions

View File

@ -1,6 +1,8 @@
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Game.Beatmaps.Samples;
namespace osu.Game.Beatmaps.Timing
{
public class ControlPoint
@ -11,6 +13,7 @@ namespace osu.Game.Beatmaps.Timing
TimingChange = true,
};
public SampleInfo Sample;
public TimeSignatures TimeSignature;
public double Time;
public double BeatLength;