mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2026-08-15 02:57:49 +04:00
10 lines
217 B
C#
10 lines
217 B
C#
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; }
|
|
}
|