10 lines
168 B
C#
10 lines
168 B
C#
namespace Shared.Models.Online.AnimeLib
|
|
{
|
|
public struct Quality
|
|
{
|
|
public string href { get; set; }
|
|
|
|
public int quality { get; set; }
|
|
}
|
|
}
|