mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 01:02:55 +08:00
Slight reword in ConfigureConnection
's xmldoc
This commit is contained in:
parent
d3c1b47592
commit
37e3d95c35
@ -23,7 +23,7 @@ namespace osu.Game.Online
|
|||||||
public class HubClientConnector : IDisposable
|
public class HubClientConnector : IDisposable
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <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>
|
/// </summary>
|
||||||
public Action<HubConnection>? ConfigureConnection;
|
public Action<HubConnection>? ConfigureConnection;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user