1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 04:47:24 +08:00

Fix typo in IMultiplayerClient xmldoc

This commit is contained in:
Dean Herbert 2020-12-09 12:03:52 +09:00
parent 02f5fda330
commit ff5150a14d

View File

@ -53,7 +53,7 @@ namespace osu.Game.Online.RealtimeMultiplayer
Task LoadRequested();
/// <summary>
/// Signals that a match has started. All user in the <see cref="MultiplayerUserState.Loaded"/> state should begin gameplay as soon as possible.
/// Signals that a match has started. All users in the <see cref="MultiplayerUserState.Loaded"/> state should begin gameplay as soon as possible.
/// </summary>
Task MatchStarted();