Remove redundant qualifiers

This commit is contained in:
smoogipoo
2019-02-08 15:44:05 +09:00
parent 6fe1f57236
commit 5643dc2e99
2 changed files with 3 additions and 3 deletions

View File

@ -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()