mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
refactor and fix some shit
This commit is contained in:
parent
8143090033
commit
4f72daa0eb
10 changed files with 351 additions and 188 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue