12 lines
214 B
C#
12 lines
214 B
C#
namespace Shared.Models.Online.PiTor
|
|
{
|
|
public struct Info
|
|
{
|
|
public string[] voices { get; set; }
|
|
|
|
public string sizeName { get; set; }
|
|
|
|
public int[] seasons { get; set; }
|
|
}
|
|
}
|