2024-05-01 10:31:55 -04:00

7 lines
162 B
C#

namespace SPTInstaller.Models.ReleaseInfo;
public class ReleaseInfoMirror
{
public string DownloadUrl { get; set; }
public string Hash { get; set; }
}