Rename LocalPlayer to User in mod select prefixes

This commit is contained in:
Dean Herbert
2021-09-01 17:22:52 +09:00
parent fb5f3fb9af
commit 9e21f5a59c
8 changed files with 12 additions and 16 deletions

View File

@ -151,7 +151,7 @@ namespace osu.Game.Tests.Visual.UserInterface
AddUntilStep("wait for ready", () => modSelect.State.Value == Visibility.Visible && modSelect.ButtonsLoaded);
}
private class TestModSelectOverlay : LocalPlayerModSelectOverlay
private class TestModSelectOverlay : UserModSelectOverlay
{
public new VisibilityContainer ModSettingsContainer => base.ModSettingsContainer;
public new TriangleButton CustomiseButton => base.CustomiseButton;