Global refactoring with ReSharper

This commit is contained in:
2025-07-20 00:20:05 +03:00
parent 5cbfb4d2b1
commit f8998178ff
43 changed files with 157 additions and 280 deletions
@@ -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;
}
}