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

6 lines
150 B
C#
Raw Normal View History

2022-09-11 18:28:12 +02:00
namespace SharedProject.Models.Responses;
public class DanBestDataResponse
{
public List<DanBestData> DanBestDataList { get; set; } = new();
}