0
0
mirror of https://github.com/sp-tarkov/installer.git synced 2025-02-13 06:10:47 -05:00
installer/SPTInstaller/Models/ReleaseInfo/ReleaseInfoMirror.cs
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; }
}