add API solution
This commit is contained in:
10
MareSynchronosAPI/FileReplacementDto.cs
Normal file
10
MareSynchronosAPI/FileReplacementDto.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace MareSynchronos.API
|
||||
{
|
||||
public record FileReplacementDto
|
||||
{
|
||||
public string[] GamePaths { get; set; } = Array.Empty<string>();
|
||||
public string Hash { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user