0
0
mirror of https://github.com/sp-tarkov/launcher.git synced 2025-02-13 09:50:43 -05:00

12 lines
292 B
C#

namespace Aki.Launcher.Models.Aki
{
public class AkiMod
{
public bool InServer { get; set; }
public bool InProfile { get; set; }
public string Author { get; set; }
public string Name { get; set; }
public string Version { get; set; }
}
}