12 lines
213 B
C#
12 lines
213 B
C#
namespace Shared.Models.Online.Tortuga
|
|
{
|
|
public struct Series
|
|
{
|
|
public string title { get; set; }
|
|
|
|
public string file { get; set; }
|
|
|
|
public string subtitle { get; set; }
|
|
}
|
|
}
|