Files
downkyicore/DownKyi.Core/BiliApi/BiliUtils/Quality.cs
2023-11-25 21:59:48 +08:00

8 lines
154 B
C#

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