Strongly type and expose default beatmap information icon implementations for other rulesets

This commit is contained in:
Dean Herbert
2020-09-04 15:01:32 +09:00
parent 7c99f66cf5
commit 25e142965d
8 changed files with 57 additions and 39 deletions

View File

@ -14,7 +14,7 @@ namespace osu.Game.Beatmaps
public IconUsage Icon = FontAwesome.Regular.QuestionCircle;
/// <summary>
/// A function to create the icon for display purposes.
/// A function to create the icon for display purposes. Use default icons available via <see cref="BeatmapStatisticIcon"/> whenever possible for conformity.
/// </summary>
public Func<Drawable> CreateIcon;