From a8bc1ab052dbc75aa9461cf65545d228b8706a95 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Mon, 22 Nov 2021 16:45:55 +0900 Subject: [PATCH] Attempt to fix fody issues by ignoring new property --- osu.Game/Models/RealmBeatmap.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/osu.Game/Models/RealmBeatmap.cs b/osu.Game/Models/RealmBeatmap.cs index d190eb0c3b..4e3f96ee5f 100644 --- a/osu.Game/Models/RealmBeatmap.cs +++ b/osu.Game/Models/RealmBeatmap.cs @@ -36,6 +36,7 @@ namespace osu.Game.Models public RealmBeatmapSet? BeatmapSet { get; set; } + [Ignored] public RealmNamedFileUsage? File => BeatmapSet?.Files.First(f => f.File.Hash == Hash); public BeatmapSetOnlineStatus Status