Rename room managers

This commit is contained in:
smoogipoo
2021-10-27 16:10:22 +09:00
parent 676070946c
commit f3dba49aae
14 changed files with 33 additions and 43 deletions

View File

@ -22,7 +22,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
/// <summary>
/// The cached <see cref="IRoomManager"/>.
/// </summary>
new TestRequestHandlingMultiplayerRoomManager RoomManager { get; }
new TestMultiplayerRoomManager RoomManager { get; }
/// <summary>
/// The cached <see cref="UserLookupCache"/>.