mirror of
https://github.com/ppy/osu.git
synced 2025-01-18 14:52:56 +08:00
Update BeatmapAttributesDisplay.cs
This commit is contained in:
parent
2df5787dc7
commit
6fb3192648
@ -40,11 +40,6 @@ namespace osu.Game.Overlays.Mods
|
|||||||
|
|
||||||
public Bindable<IBeatmapInfo?> BeatmapInfo { get; } = new Bindable<IBeatmapInfo?>();
|
public Bindable<IBeatmapInfo?> BeatmapInfo { get; } = new Bindable<IBeatmapInfo?>();
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Should attribute display account for the multiplayer room global mods.
|
|
||||||
/// </summary>
|
|
||||||
public bool AccountForMultiplayerMods = false;
|
|
||||||
|
|
||||||
[Resolved]
|
[Resolved]
|
||||||
protected Bindable<IReadOnlyList<Mod>> Mods { get; private set; } = null!;
|
protected Bindable<IReadOnlyList<Mod>> Mods { get; private set; } = null!;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user