Fix data folder

This commit is contained in:
Sardelka
2022-07-02 13:53:14 +08:00
parent c73ff96690
commit 335ea2ca38
5 changed files with 19 additions and 14 deletions

View File

@ -64,8 +64,8 @@ namespace RageCoop.Client
/// </summary>
public int WorldPedSoftLimit { get; set; } = 50;
/// <summary>
/// The directory where resources downloaded from server will be placed.
/// The directory where log and resources downloaded from server will be placed.
/// </summary>
public string ResourceDirectory { get; set; } = "RageCoop\\Resources";
public string DataDirectory { get; set; } = "Scripts\\RageCoop\\Data";
}
}