mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Rename LocalPlayer
to User
in mod select prefixes
This commit is contained in:
@ -422,7 +422,7 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
};
|
||||
}
|
||||
|
||||
private class TestModSelectOverlay : LocalPlayerModSelectOverlay
|
||||
private class TestModSelectOverlay : UserModSelectOverlay
|
||||
{
|
||||
public new Bindable<IReadOnlyList<Mod>> SelectedMods => base.SelectedMods;
|
||||
|
||||
|
Reference in New Issue
Block a user