mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Add some missing IgnoredAttributes
to reduce automapper overhead
This commit is contained in:
@ -64,6 +64,7 @@ namespace osu.Game.Beatmaps
|
||||
[Ignored]
|
||||
public RealmNamedFileUsage? File => BeatmapSet?.Files.FirstOrDefault(f => f.File.Hash == Hash);
|
||||
|
||||
[Ignored]
|
||||
public BeatmapOnlineStatus Status
|
||||
{
|
||||
get => (BeatmapOnlineStatus)StatusInt;
|
||||
|
@ -47,6 +47,7 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
#region Compatibility properties
|
||||
|
||||
[Ignored]
|
||||
public string AuthorString
|
||||
{
|
||||
get => Author.Username;
|
||||
|
@ -32,6 +32,7 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
public IList<RealmNamedFileUsage> Files { get; } = null!;
|
||||
|
||||
[Ignored]
|
||||
public BeatmapOnlineStatus Status
|
||||
{
|
||||
get => (BeatmapOnlineStatus)StatusInt;
|
||||
|
Reference in New Issue
Block a user