mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 23:33:23 +08:00
Remove now-unnecessary R# disables
This commit is contained in:
parent
a90cfb4a2f
commit
1d87b47fec
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user