1
0
mirror of synced 2024-12-12 06:41:07 +01:00
TaikoLocalServer/SharedProject/Models/Responses/SongBestResponse.cs

6 lines
145 B
C#
Raw Normal View History

namespace SharedProject.Models.Responses;
public class SongBestResponse
{
public List<SongBestData> SongBestData { get; set; } = new();
}