mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2026-08-15 02:57:49 +04:00
add config file
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
Reference in New Issue
Block a user