mirror of
https://github.com/sp-tarkov/launcher.git
synced 2025-02-13 09:50:43 -05:00
7 lines
121 B
C#
7 lines
121 B
C#
namespace SPT.Launcher.Models.SPT
|
|
{
|
|
public class SPTData
|
|
{
|
|
public string version { get; set; }
|
|
}
|
|
} |