1
0
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:
Givikap120 2024-02-18 03:14:36 +02:00
parent 2df5787dc7
commit 6fb3192648

View File

@ -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!;