INNER CODE UNIT · C#
ModioImageFile
cookgreen/OpenMB · Modio.Net/ModioImageFile.cs:9
public class ModioImageFile
{
public string filename { get; set; }
public string original { get; set; }
public string thumb_50x50 { get; set; }
public string thumb_100x100 { get; set; }
}
}