mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 07:27:45 +08:00
Remove unnecessary nameofs
This commit is contained in:
parent
a6a786b167
commit
a922ce2fd9
@ -60,13 +60,13 @@ namespace osu.Game.Screens.OnlinePlay
|
||||
[Resolved(typeof(Room))]
|
||||
protected Bindable<RoomAvailability> Availability { get; private set; }
|
||||
|
||||
[Resolved(typeof(Room), nameof(Room.Password))]
|
||||
[Resolved(typeof(Room))]
|
||||
public Bindable<string> Password { get; private set; }
|
||||
|
||||
[Resolved(typeof(Room))]
|
||||
protected Bindable<TimeSpan?> Duration { get; private set; }
|
||||
|
||||
[Resolved(typeof(Room), nameof(Room.QueueMode))]
|
||||
[Resolved(typeof(Room))]
|
||||
protected Bindable<QueueMode> QueueMode { get; private set; }
|
||||
|
||||
[Resolved(CanBeNull = true)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user