idk, it's just too many changes by now

This commit is contained in:
Stanley Dimant
2022-06-28 23:51:19 +02:00
parent 3fe6c9df15
commit 1ac5e2655e
15 changed files with 333 additions and 164 deletions

View File

@@ -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; }
}
}