mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 17:07:38 +08:00
Fix typo in IMultiplayerClient xmldoc
This commit is contained in:
parent
02f5fda330
commit
ff5150a14d
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user