mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
12 lines
298 B
C#
12 lines
298 B
C#
using Wabbajack.Paths;
|
|
|
|
namespace Wabbajack.App
|
|
{
|
|
public class Configuration
|
|
{
|
|
public AbsolutePath ModListsDownloadLocation { get; set; }
|
|
public AbsolutePath SavedSettingsLocation { get; set; }
|
|
|
|
public AbsolutePath EncryptedDataLocation { get; set; }
|
|
}
|
|
} |