0
0
mirror of https://github.com/sp-tarkov/installer.git synced 2025-02-13 08:30:46 -05:00
installer/SPTInstaller/Models/Mirrors/PatchInfoMirror.cs
2024-04-27 14:51:54 -04:00

7 lines
149 B
C#

namespace SPTInstaller.Models.Mirrors;
public class PatchInfoMirror
{
public string Link { get; set; }
public string Hash { get; set; }
}