downkyi/DownKyi.Core/BiliApi/BiliUtils/Quality.cs

12 lines
196 B
C#

using System;
namespace DownKyi.Core.BiliApi.BiliUtils
{
[Serializable]
public class Quality
{
public string Name { get; set; }
public int Id { get; set; }
}
}