1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 04:07:25 +08:00
osu-lazer/osu.Game/Beatmaps/Metadata.cs
2016-09-06 21:41:16 +09:00

8 lines
138 B
C#

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