Remove now-unnecessary R# disables

This commit is contained in:
Dan Balasescu 2021-11-15 19:40:31 +09:00
parent a90cfb4a2f
commit 1d87b47fec
1 changed files with 0 additions and 4 deletions

View File

@ -27,11 +27,7 @@ namespace osu.Game.Beatmaps
public abstract class WorkingBeatmap : IWorkingBeatmap
{
public readonly BeatmapInfo BeatmapInfo;
// ReSharper disable once FieldHidesInterfacePropertyWithDefaultImplementation
public readonly BeatmapSetInfo BeatmapSetInfo;
// ReSharper disable once FieldHidesInterfacePropertyWithDefaultImplementation
public readonly BeatmapMetadata Metadata;
protected AudioManager AudioManager { get; }