add API solution
This commit is contained in:
12
MareSynchronosAPI/ClientPairDto.cs
Normal file
12
MareSynchronosAPI/ClientPairDto.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace MareSynchronos.API
|
||||
{
|
||||
public record ClientPairDto
|
||||
{
|
||||
public string OtherUID { get; set; }
|
||||
public bool IsPaused { get; set; }
|
||||
public bool IsSynced { get; set; }
|
||||
public bool IsPausedFromOthers { get; set; }
|
||||
public bool IsRemoved { get; set; }
|
||||
public bool AllowReceiveMessages { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user