mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Move beatmap metadata to separate class.
This commit is contained in:
@ -13,8 +13,7 @@ namespace osu.Game.Beatmaps
|
||||
{
|
||||
public List<Beatmap> Beatmaps { get; protected set; }
|
||||
|
||||
public string Artist;
|
||||
public string Title;
|
||||
public Metadata Metadata;
|
||||
|
||||
public User Creator;
|
||||
}
|
||||
|
Reference in New Issue
Block a user