Fix up code comments

Default value restated in xmldoc was snipped because it's made redundant
by the initialiser and possibly bound to be outdated at some point.
This commit is contained in:
Bartłomiej Dach
2021-01-11 20:28:24 +01:00
parent 90fb67b377
commit 0d5fbb15ac
4 changed files with 4 additions and 4 deletions

View File

@ -49,7 +49,7 @@ namespace osu.Game.Online.Multiplayer
Task UserStateChanged(int userId, MultiplayerUserState state);
/// <summary>
/// Signals that a user in this room has their beatmap availability state changed.
/// Signals that a user in this room changed their beatmap availability state.
/// </summary>
/// <param name="userId">The ID of the user whose beatmap availability state has changed.</param>
/// <param name="beatmapAvailability">The new beatmap availability state of the user.</param>