mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:47:26 +08:00
Reword comment
This commit is contained in:
parent
d127494c2d
commit
a893360c0e
@ -71,7 +71,9 @@ namespace osu.Game.Online.RealtimeMultiplayer
|
||||
private RulesetStore rulesets { get; set; } = null!;
|
||||
|
||||
private Room? apiRoom;
|
||||
private int playlistItemId; // Todo: THIS IS SUPER TEMPORARY!!
|
||||
|
||||
// Todo: This is temporary, until the multiplayer server returns the item id on match start or otherwise.
|
||||
private int playlistItemId;
|
||||
|
||||
/// <summary>
|
||||
/// Joins the <see cref="MultiplayerRoom"/> for a given API <see cref="Room"/>.
|
||||
|
Loading…
Reference in New Issue
Block a user