1
0
mirror of synced 2024-12-02 18:17:20 +01:00
TaikoLocalServer/SharedProject/Models/Responses/DanBestDataResponse.cs
2022-09-12 00:28:12 +08:00

6 lines
150 B
C#

namespace SharedProject.Models.Responses;
public class DanBestDataResponse
{
public List<DanBestData> DanBestDataList { get; set; } = new();
}