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

@ -47,6 +47,7 @@ namespace osu.Game.Beatmaps
#region Compatibility properties
[Ignored]
public string AuthorString
{
get => Author.Username;