1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 14:32:55 +08:00

Attempt to fix fody issues by ignoring new property

This commit is contained in:
Dean Herbert 2021-11-22 16:45:55 +09:00
parent 1cdfa6d9a0
commit a8bc1ab052

View File

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