mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Fix testable online IDs starting at 0
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user