mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Attempt to fix fody issues by ignoring new property
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user