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:
parent
1cdfa6d9a0
commit
a8bc1ab052
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user