Update osu.Game/Beatmaps/ControlPoints/IControlPoint.cs

Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
Dean Herbert 2022-10-20 08:06:05 +09:00 committed by GitHub
parent d237c818f6
commit 78943a21d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ public interface IControlPoint
/// <summary>
/// The time at which the control point takes effect.
/// </summary>
public double Time { get; }
double Time { get; }
}
}