mirror of
https://github.com/ppy/osu
synced 2024-12-14 19:06:07 +00:00
8 lines
138 B
C#
8 lines
138 B
C#
namespace osu.Game.Beatmaps
|
|
{
|
|
public class Metadata
|
|
{
|
|
public string Artist;
|
|
public string Title;
|
|
}
|
|
} |