api adjustments
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user