mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Add more decoding (including full BeatmapMetadata)
This commit is contained in:
committed by
Dean Herbert
parent
2a3f047895
commit
32ab8f97bb
@ -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; }
|
||||
|
Reference in New Issue
Block a user