1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 10:52:53 +08:00

Slight reword in ConfigureConnection's xmldoc

This commit is contained in:
Salman Ahmed 2021-02-11 12:39:06 +03:00
parent d3c1b47592
commit 37e3d95c35

View File

@ -23,7 +23,7 @@ namespace osu.Game.Online
public class HubClientConnector : IDisposable
{
/// <summary>
/// Invoked whenever a new hub connection is built.
/// Invoked whenever a new hub connection is built, to configure it before it's started.
/// </summary>
public Action<HubConnection>? ConfigureConnection;