Fix typo in IMultiplayerClient xmldoc

This commit is contained in:
Dean Herbert 2020-12-09 12:03:52 +09:00
parent 02f5fda330
commit ff5150a14d
1 changed files with 1 additions and 1 deletions

View File

@ -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();