add API solution
This commit is contained in:
12
MareSynchronosAPI/CharacterCacheDto.cs
Normal file
12
MareSynchronosAPI/CharacterCacheDto.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace MareSynchronos.API
|
||||
{
|
||||
public record CharacterCacheDto
|
||||
{
|
||||
public List<FileReplacementDto> FileReplacements { get; set; } = new();
|
||||
public string GlamourerData { get; set; }
|
||||
public string ManipulationData { get; set; }
|
||||
public string Hash { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user