mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Strongly type and expose default beatmap information icon implementations for other rulesets
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user