adjust api again
This commit is contained in:
@@ -4,7 +4,7 @@ namespace MareSynchronos.API
|
|||||||
{
|
{
|
||||||
public record CharacterCacheDto
|
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 Dictionary<ObjectKind, string> GlamourerData { get; set; }
|
||||||
public string ManipulationData { get; set; }
|
public string ManipulationData { get; set; }
|
||||||
public string Hash { get; set; }
|
public string Hash { get; set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user