change WhiteList -> CleintPair
This commit is contained in:
10
MareSynchronosServer/MareSynchronos.API/ClientPairDto.cs
Normal file
10
MareSynchronosServer/MareSynchronos.API/ClientPairDto.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace MareSynchronos.API
|
||||
{
|
||||
public class ClientPairDto
|
||||
{
|
||||
public string OtherUID { get; set; }
|
||||
public bool IsPaused { get; set; }
|
||||
public bool IsSynced { get; set; }
|
||||
public bool IsPausedFromOthers { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user