Add some missing IgnoredAttributes to reduce automapper overhead

This commit is contained in:
Dean Herbert
2022-01-18 23:25:30 +09:00
parent 66ed4270c0
commit 3596c6ed5d
3 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,7 @@ namespace osu.Game.Beatmaps
public IList<RealmNamedFileUsage> Files { get; } = null!;
[Ignored]
public BeatmapOnlineStatus Status
{
get => (BeatmapOnlineStatus)StatusInt;