mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-29 16:53:40 +01:00
change WhiteList -> CleintPair
This commit is contained in:
parent
9fa6517486
commit
3fe6c9df15
4 changed files with 49 additions and 49 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
namespace MareSynchronosServer.Models
|
||||
{
|
||||
public class Whitelist
|
||||
public class ClientPair
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public User User { get; set; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue