Move Length to BeatmapOnlineInfo.

This commit is contained in:
DrabWeb
2017-09-11 02:55:32 -03:00
parent 43fa314fe0
commit 4be8899fb2
4 changed files with 13 additions and 11 deletions

View File

@ -10,6 +10,11 @@ namespace osu.Game.Beatmaps
/// </summary>
public class BeatmapOnlineInfo
{
/// <summary>
/// The length in milliseconds of this beatmap's song.
/// </summary>
public double Length { get; set; }
/// <summary>
/// Whether or not this beatmap has a background video.
/// </summary>