1
0
mirror of synced 2024-11-24 06:50:15 +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();
}