Fixed compiler warnings.
This commit is contained in:
@@ -23,7 +23,7 @@ namespace HermesSocketServer.Socket
|
||||
public IPAddress? IPAddress { get => _ipAddress; }
|
||||
public bool Connected { get => _connected; }
|
||||
public string UID { get; }
|
||||
public string ApiKey { get; set; }
|
||||
public string? ApiKey { get; set; }
|
||||
public string? Id { get; set; }
|
||||
public string? Name { get; set; }
|
||||
public bool Admin { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user