9 lines
176 B
C#
9 lines
176 B
C#
|
namespace SPT_AKI_Installer.Aki.Core.Model
|
|||
|
{
|
|||
|
public class DownloadMirror
|
|||
|
{
|
|||
|
public string Link { get; set; }
|
|||
|
public string Hash { get; set; }
|
|||
|
}
|
|||
|
}
|