adjust api again

This commit is contained in:
Stanley Dimant
2022-07-24 00:46:14 +02:00
parent 96d17b006e
commit fc5fbddf3b

View File

@@ -4,7 +4,7 @@ namespace MareSynchronos.API
{
public record CharacterCacheDto
{
public Dictionary<ObjectKind, FileReplacementDto> FileReplacements { get; set; } = new();
public Dictionary<ObjectKind, List<FileReplacementDto>> FileReplacements { get; set; } = new();
public Dictionary<ObjectKind, string> GlamourerData { get; set; }
public string ManipulationData { get; set; }
public string Hash { get; set; }