api adjustments

This commit is contained in:
Stanley Dimant
2022-07-21 12:04:30 +02:00
parent af8516d44a
commit 6acef73943
3 changed files with 18 additions and 1 deletions

View File

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