mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Result counts displaying
This commit is contained in:
@ -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; }
|
||||
|
Reference in New Issue
Block a user