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