7 lines
149 B
C#
7 lines
149 B
C#
|
|
namespace LANCommander.SDK.Models;
|
||
|
|
|
||
|
|
public class ModuleSettings
|
||
|
|
{
|
||
|
|
public string StoragePath { get; set; } = AppPaths.GetConfigPath("Modules");
|
||
|
|
}
|