refactor and fix some shit

This commit is contained in:
Stanley Dimant
2022-06-15 21:30:08 +02:00
parent 8143090033
commit 4f72daa0eb
10 changed files with 351 additions and 188 deletions

View File

@@ -9,7 +9,9 @@ namespace MareSynchronos
{
public int Version { get; set; } = 0;
public string PenumbraFolder { get; set; } = string.Empty;
public string CacheFolder { get; set; } = string.Empty;
public string ClientSecret { get; internal set; } = string.Empty;
public string ApiUri { get; internal set; } = string.Empty;
// the below exist just to make saving less cumbersome