Files
parkan-playground/NResUI/ConfigJson.cs
T

10 lines
217 B
C#
Raw Normal View History

2026-06-07 00:41:16 +03:00
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; }
}