namespace osu.Game.Beatmaps { public class Metadata { public string Artist; public string Title; } }