mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 18:23:04 +08:00
8 lines
138 B
C#
8 lines
138 B
C#
namespace osu.Game.Beatmaps
|
|
{
|
|
public class Metadata
|
|
{
|
|
public string Artist;
|
|
public string Title;
|
|
}
|
|
} |