namespace NResUI;
public class ConfigJson
{
/// <summary>
/// Path to the game itself (the folder that contains DATA, MISSIONS, UNITS etc)
/// </summary>
public string GameBasePath { get; set; }
}