mirror of
https://github.com/sp-tarkov/installer.git
synced 2025-02-13 08:50:45 -05:00
7 lines
149 B
C#
7 lines
149 B
C#
namespace SPTInstaller.Models.Mirrors;
|
|
|
|
public class PatchInfoMirror
|
|
{
|
|
public string Link { get; set; }
|
|
public string Hash { get; set; }
|
|
} |