Merge branch 'master' into new-multiplayer-playlist

This commit is contained in:
Dan Balasescu
2021-12-02 16:19:34 +09:00
committed by GitHub
3 changed files with 24 additions and 38 deletions

View File

@ -25,9 +25,9 @@ namespace osu.Game.Tests.Visual.OnlinePlay
private readonly List<Room> serverSideRooms = new List<Room>();
private int currentRoomId;
private int currentPlaylistItemId;
private int currentScoreId;
private int currentRoomId = 1;
private int currentPlaylistItemId = 1;
private int currentScoreId = 1;
/// <summary>
/// Handles an API request, while also updating the local state to match