mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 09:32:55 +08:00
Minor xmldoc rewording
This commit is contained in:
parent
e3a41f6118
commit
f31a0e455a
@ -61,7 +61,7 @@ namespace osu.Game.Online.Multiplayer
|
||||
public MultiplayerRoom? Room { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// The users in the joined <see cref="Room"/> which are currently in gameplay.
|
||||
/// The users in the joined <see cref="Room"/> which are participating in the current gameplay loop.
|
||||
/// </summary>
|
||||
public readonly BindableList<int> CurrentMatchPlayingUserIds = new BindableList<int>();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user