adjust character cache dto
This commit is contained in:
@@ -4,9 +4,8 @@ namespace MareSynchronos.API
|
||||
{
|
||||
public record CharacterCacheDto
|
||||
{
|
||||
public ObjectKind ObjectKind { get; set; }
|
||||
public List<FileReplacementDto> FileReplacements { get; set; } = new();
|
||||
public string GlamourerData { get; set; }
|
||||
public Dictionary<ObjectKind, FileReplacementDto> FileReplacements { get; set; } = new();
|
||||
public Dictionary<ObjectKind, string> GlamourerData { get; set; }
|
||||
public string ManipulationData { get; set; }
|
||||
public string Hash { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user