mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Remove redundant qualifiers
This commit is contained in:
@ -115,7 +115,7 @@ namespace osu.Game.Screens.Multi.Match.Components
|
||||
|
||||
private class BeatmapSelectButton : HeaderButton
|
||||
{
|
||||
[Resolved(typeof(Room), nameof(Online.Multiplayer.Room.RoomID))]
|
||||
[Resolved(typeof(Room), nameof(Room.RoomID))]
|
||||
private Bindable<int?> roomId { get; set; }
|
||||
|
||||
public BeatmapSelectButton()
|
||||
|
Reference in New Issue
Block a user