change WhiteList -> CleintPair
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace MareSynchronos.API
|
||||
{
|
||||
public class WhitelistDto
|
||||
public class ClientPairDto
|
||||
{
|
||||
public string OtherUID { get; set; }
|
||||
public bool IsPaused { get; set; }
|
||||
Reference in New Issue
Block a user