mirror of
https://github.com/osukey/osukey.git
synced 2025-08-01 21:58:46 +09:00
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:
@ -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>
|
||||
|
Reference in New Issue
Block a user