mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-15 03:14:16 +01:00
idk, it's just too many changes by now
This commit is contained in:
parent
3fe6c9df15
commit
1ac5e2655e
15 changed files with 333 additions and 164 deletions
|
|
@ -11,6 +11,7 @@ namespace MareSynchronos.API
|
|||
{
|
||||
public List<FileReplacementDto> FileReplacements { get; set; } = new();
|
||||
public string GlamourerData { get; set; }
|
||||
public string ManipulationData { get; set; }
|
||||
public string Hash { get; set; }
|
||||
public int JobId { get; set; }
|
||||
}
|
||||
|
|
@ -19,6 +20,5 @@ namespace MareSynchronos.API
|
|||
{
|
||||
public string[] GamePaths { get; set; } = Array.Empty<string>();
|
||||
public string Hash { get; set; }
|
||||
public string ImcData { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,5 +6,6 @@
|
|||
public bool IsPaused { get; set; }
|
||||
public bool IsSynced { get; set; }
|
||||
public bool IsPausedFromOthers { get; set; }
|
||||
public bool IsRemoved { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue