Global refactoring with ReSharper
This commit is contained in:
@@ -18,8 +18,5 @@ namespace mROA.Implementation.Backend
|
||||
return _connections!.GetValueOrDefault(id, null) ?? _connections!.GetValueOrDefault(-id, null) ??
|
||||
throw new Exception("No connection found");
|
||||
}
|
||||
|
||||
public event ConnectionHandler? OnConnected;
|
||||
public event DisconnectionHandler? OnDisconnected;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user