6 lines
150 B
C#
6 lines
150 B
C#
namespace LANCommander.SDK.Models;
|
|
|
|
public class ToolSettings
|
|
{
|
|
public string InstallDirectory { get; set; } = AppPaths.GetConfigPath("Tools");
|
|
}
|