Result counts displaying

This commit is contained in:
DrabWeb
2017-06-07 11:30:52 -03:00
parent a4be5c8a78
commit add08e65ff
2 changed files with 23 additions and 1 deletions

View File

@ -23,6 +23,8 @@ namespace osu.Game.Database
public string Author { get; set; }
public string Source { get; set; }
[JsonProperty(@"tags")]
public string Tags { get; set; }
public int PreviewTime { get; set; }
public string AudioFile { get; set; }