This commit is contained in:
smoogipooo
2017-05-23 14:11:37 +09:00
parent ea4a285329
commit 6bfd7e0fb0
4 changed files with 33 additions and 0 deletions

View File

@ -5,6 +5,9 @@ namespace osu.Game.Beatmaps.ControlPoints
{
public class ControlPoint
{
/// <summary>
/// The time at which the control point takes effect.
/// </summary>
public double Time;
}
}