Add more decoding (including full BeatmapMetadata)

This commit is contained in:
Drew DeVault
2016-10-07 15:36:20 -04:00
committed by Dean Herbert
parent 2a3f047895
commit 32ab8f97bb
6 changed files with 206 additions and 106 deletions

View File

@ -19,7 +19,6 @@ namespace osu.Game.Beatmaps
public string Author { get; set; }
public string Source { get; set; }
public string Tags { get; set; }
public PlayMode Mode { get; set; }
public int PreviewTime { get; set; }
public string AudioFile { get; set; }
public string BackgroundFile { get; set; }