MusicChartInfo
Used to retrieve detailed information of a music chart.
typedef struct
{
const char* chartName;
int32_t id;
} MusicChartInfo;
Properties
- chartName
- Name of the chart.
- id
- ID of the music chart.
Used to retrieve detailed information of a music chart.
typedef struct
{
const char* chartName;
int32_t id;
} MusicChartInfo;