mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-15 16:14:14 +01:00
change WhiteList -> CleintPair
This commit is contained in:
parent
9fa6517486
commit
3fe6c9df15
4 changed files with 49 additions and 49 deletions
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; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue