mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 02:43:19 +08:00
Add missing xmldoc comment
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
d93421b9b8
commit
556962a3d8
@ -102,7 +102,7 @@ namespace osu.Game.Online.API
|
||||
/// </summary>
|
||||
/// <param name="clientName">The name of the client this connector connects for, used for logging.</param>
|
||||
/// <param name="endpoint">The endpoint to the hub.</param>
|
||||
/// <param name="preferMessagePack"></param>
|
||||
/// <param name="preferMessagePack">Whether to use MessagePack for serialisation if available on this platform.</param>
|
||||
IHubClientConnector? GetHubConnector(string clientName, string endpoint, bool preferMessagePack = true);
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user