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