mirror of
https://github.com/yaobiao131/downkyicore.git
synced 2025-08-10 00:52:31 +00:00
8 lines
154 B
C#
8 lines
154 B
C#
namespace DownKyi.Core.BiliApi.BiliUtils;
|
|
|
|
[Serializable]
|
|
public class Quality
|
|
{
|
|
public string Name { get; set; }
|
|
public int Id { get; set; }
|
|
} |