17 lines
304 B
C#
17 lines
304 B
C#
namespace Shared.Models.Online.Eneyida
|
|
{
|
|
public struct BobrKurwa
|
|
{
|
|
public string name { get; set; }
|
|
|
|
public string eng_name { get; set; }
|
|
|
|
public string year { get; set; }
|
|
|
|
|
|
public string ashdi { get; set; }
|
|
|
|
public string tortuga { get; set; }
|
|
}
|
|
}
|