add config file

This commit is contained in:
bird_egop
2026-06-07 00:41:16 +03:00
parent 4e45bd236c
commit 8bed73fb5a
10 changed files with 169 additions and 35 deletions
+9
View File
@@ -0,0 +1,9 @@
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; }
}