Merge branch 'stateful-multiplayer-client' into realtime-multiplayer-2

This commit is contained in:
smoogipoo
2020-12-21 00:41:42 +09:00
2 changed files with 8 additions and 3 deletions

View File

@ -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"/>.