mirror of https://github.com/ppy/osu
Fix typo in IMultiplayerClient xmldoc
This commit is contained in:
parent
02f5fda330
commit
ff5150a14d
|
@ -53,7 +53,7 @@ public interface IMultiplayerClient
|
|||
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